Skip to content

Instantly share code, notes, and snippets.

@gusaaaaa
Created February 19, 2014 15:06
Show Gist options
  • Select an option

  • Save gusaaaaa/9093900 to your computer and use it in GitHub Desktop.

Select an option

Save gusaaaaa/9093900 to your computer and use it in GitHub Desktop.
Opens a tab per each file in conflict
git status | grep 'both modified' | awk '{print $4}' | vim -p `tr '\n' ' '`
@gusaaaaa
Copy link
Author

La posta. Thanks, @foca!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment