diff --git a/git/.gitconfig b/git/.gitconfig index e9258b8..56c06db 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -5,10 +5,12 @@ default = current [alias] lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit + lga = lg --all s = status -sb a = add c = commit co = checkout + ca = commit --amend ps = push pl = pull uncommit = reset --soft HEAD~