diff --git a/.gitconfig b/.gitconfig index 7dcb172..ca87e4c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -16,8 +16,8 @@ [alias] a = add - c = commit br = branch + c = commit ca = commit -a caam = commit -a --amend cam = commit --amend @@ -33,6 +33,7 @@ s = status st = status sub = submodule + sw = switch t = tree tree = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all