Created
May 22, 2020 08:50
-
-
Save ninjachen/9e6b6b20cafb9db44bb13067d4ce10df to your computer and use it in GitHub Desktop.
put this file under ~/.gitconfig
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
[alias] | |
co = checkout | |
br = branch | |
ci = commit | |
st = status -uno | |
mylog = !git log --author=\"$(git config user.name)\" | |
viewchanges= diff -v --stat --cached origin/master | |
[user] | |
name = Jiachen Ning | |
email = [email protected] | |
[core] | |
excludesfile = /Users/ninja/.gitignore_global | |
autocrlf = input | |
[difftool "sourcetree"] | |
cmd = opendiff \"$LOCAL\" \"$REMOTE\" | |
path = |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment