diff --git a/.gitconfig b/.gitconfig index b1d1be1..ffbd664 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,6 +6,7 @@ [alias] logs = log --all --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative cm = commit -m + c = checkout d = diff ds = diff --staged rc = rebase --continue