Added git aa alias
This commit is contained in:
parent
b7998f82d1
commit
a031acc103
@ -8,6 +8,7 @@
|
||||
co = checkout
|
||||
ci = commit -m
|
||||
a = add
|
||||
aa = add --all
|
||||
st = status
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user