TH1/Tools/Config/.gitconfig
2025-07-17 18:26:28 +08:00

17 lines
329 B
INI

[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