Last active
January 7, 2019 01:16
-
-
Save hoangong/8d6c9b4bb74c1d8c2e77a83da8d43962 to your computer and use it in GitHub Desktop.
git tool setup #git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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