Created
August 27, 2017 20:04
-
-
Save b6ed7/ded1952e94de7c3219361ae990a8c0ee to your computer and use it in GitHub Desktop.
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
[user] | |
email = [email protected] | |
name = Natan | |
[color] | |
ui = true | |
[alias] | |
co = checkout | |
ci = commit | |
st = status | |
br = branch | |
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short | |
type = cat-file -t | |
dump = cat-file -p | |
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %$ | |
lga = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%$ | |
lg1 = log -p --stat -n 1 | |
[merge] | |
tool = meld | |
[color] | |
ui = true | |
status = auto | |
branch = auto | |
diff = auto | |
interactive = auto | |
[push] | |
default = current |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment