Added git aa alias

This commit is contained in:
Austen Adler 2015-01-13 11:16:38 -05:00
parent b7998f82d1
commit a031acc103

View File

@ -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