Open all merge conflicts in your editor
Given you export your favorite editor using .bashrc or .zshrc
EDITOR=vim
You can create an alias to quickly open all git conflicted files in a merge/rebase conflict:
alias fix='$EDITOR `git diff --name-only | uniq`'
Written by suweller
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#