diff --git a/gitconfig b/gitconfig index a27314c..5432498 100644 --- a/gitconfig +++ b/gitconfig @@ -4,6 +4,8 @@ [push] default = simple [alias] + c = commit + s = status ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat ld = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative grep = grep -Ii