Skip to content

Instantly share code, notes, and snippets.

@rin
Created July 27, 2013 12:05
Show Gist options
  • Save rin/6094682 to your computer and use it in GitHub Desktop.
Save rin/6094682 to your computer and use it in GitHub Desktop.
Open files with merge conflict in your editor.
git status -s | grep ^UU | cut -f2 -d " " | xargs $EDITOR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment