diff --git a/.gitconfig b/.gitconfig index 013b503..e77a133 100644 --- a/.gitconfig +++ b/.gitconfig @@ -9,12 +9,14 @@ [alias] d = diff - dc = diff --cached + ds = diff --staged a = add ap = add -p + c = commit cm = commit -m l = log --pretty=format:"(%an)\\ \\ %h\\ \\ %ad\\ \\ %s" --date=short - s = status -s + s = status --short + sv = status --verbose co = checkout cob = checkout -b # Note these follow the naming convention of my `.bash_aliases`