Skip to content

Instantly share code, notes, and snippets.

@hongchaodeng
Last active August 29, 2015 14:03
Show Gist options
  • Save hongchaodeng/927053eaa99b16df63e3 to your computer and use it in GitHub Desktop.
Save hongchaodeng/927053eaa99b16df63e3 to your computer and use it in GitHub Desktop.
git mergtool set to fugitive
git config --global mergetool.fugitive.cmd 'gvim -f -c "Gdiff" "$MERGED"'
git config --global merge.tool fugitive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment