You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
329 B
16 lines
329 B
[alias] |
|
co = checkout |
|
br = branch |
|
ci = commit |
|
st = status |
|
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -- |
|
|
|
[color] |
|
ui = true |
|
|
|
[user] |
|
name = tanghai |
|
email = egametang@gmail.com |
|
|
|
[core] |
|
autocrlf = input
|
|
|