Created
November 11, 2017 20:39
-
-
Save occasl/00aa5cfe94d21442678fe3697009211c to your computer and use it in GitHub Desktop.
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
[core] | |
excludesfile = /Users/lsacco/.gitignore_global | |
autocrlf = input | |
[color] | |
ui = auto | |
[credential] | |
helper = cache | |
[alias] | |
lol = log --graph --decorate --all --oneline | |
s = status | |
co = checkout | |
lg = log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -- | |
[user] | |
name = [you] | |
email = [your email] | |
[branch] | |
autosetuprebase = always | |
[push] | |
default = matching |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment