Update git aliases
parent
e29e6e808c
commit
d9603c543c
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue