Last Updated: February 25, 2016
·
707
· arthurnn

Open git changed files with 1 command

Add this to your .bashrc file:
alias egit='emacs $(git ls-files -m)'

now type egit in a git folder, and it will open emacs with all changed files opened.