$ git config --global user.name "Lionel Dong"
$ git config --global user.email [email protected]
$ git config --global core.editor vim
$ git config --global merge.tool vimdiff
$ git config --global color.status auto
$ git config --global color.branch auto
$ git config --global color.interactive auto
$ git config --global color.diff auto
$ git config --global color.grep auto
$ git config --global color.showbranch auto
$ git config --global color.ui auto
Created
August 8, 2013 01:46
-
-
Save 1950195/6180746 to your computer and use it in GitHub Desktop.
Git 使用小记
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment