Skip to content

Instantly share code, notes, and snippets.

@hoangong
Last active January 7, 2019 01:16
Show Gist options
  • Save hoangong/8d6c9b4bb74c1d8c2e77a83da8d43962 to your computer and use it in GitHub Desktop.
Save hoangong/8d6c9b4bb74c1d8c2e77a83da8d43962 to your computer and use it in GitHub Desktop.
git tool setup #git
git config --global merge.tool kdiff3
git config --global mergetool.kdiff3.path /Applications/kdiff3.app/Contents/MacOS/kdiff3
git config --global core.editor "atom --wait"
or
git config --global core.editor nano
git config --global push.default simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment