Open all not committed files in vi
I have a little alias to open all files not committed on git with vi:
alias viall='vi $(git status -sb|grep -v "^#"|awk '"'"'{FS=" "}{print $2}'"'"')'
Written by Marcelo Andrade
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#