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] [alias]
d = diff d = diff
dc = diff --cached ds = diff --staged
a = add a = add
ap = add -p ap = add -p
c = commit
cm = commit -m cm = commit -m
l = log --pretty=format:"(%an)\\ \\ %h\\ \\ %ad\\ \\ %s" --date=short l = log --pretty=format:"(%an)\\ \\ %h\\ \\ %ad\\ \\ %s" --date=short
s = status -s s = status --short
sv = status --verbose
co = checkout co = checkout
cob = checkout -b cob = checkout -b
# Note these follow the naming convention of my `.bash_aliases` # Note these follow the naming convention of my `.bash_aliases`