diff --git a/git/.gitconfig b/git/.gitconfig index de4c0e9..0fcb9ff 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -6,3 +6,10 @@ [alias] lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit st = status -sb + a = add + c = commit + co = checkout + ps = push + pl = pull +[color] + ui = auto