Created
March 21, 2018 19:26
-
-
Save mallej/3b1b76da49898893463652c942779779 to your computer and use it in GitHub Desktop.
git
This file contains hidden or 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
| # open global gitconfig with Atom editor | |
| open -a /Applications/Atom.app/ ~/.gitconfig | |
| # set nano as editor | |
| git config --global core.editor nano |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment