Added git aa alias
This commit is contained in:
parent
b7998f82d1
commit
a031acc103
@ -8,6 +8,7 @@
|
|||||||
co = checkout
|
co = checkout
|
||||||
ci = commit -m
|
ci = commit -m
|
||||||
a = add
|
a = add
|
||||||
|
aa = add --all
|
||||||
st = status
|
st = status
|
||||||
br = branch -av
|
br = branch -av
|
||||||
hist = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --abbrev-commit
|
hist = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --abbrev-commit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user