Update git aliases

master
Hektor Misplon 2024-12-14 15:57:23 +01:00
parent e29e6e808c
commit d9603c543c
1 changed files with 4 additions and 2 deletions

View File

@ -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`