Update git aliases
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user