Added aliases

This commit is contained in:
Austen Adler 2016-04-14 13:30:37 -04:00
parent 3dcd9c9a33
commit 5ab82baf86

View File

@ -8,6 +8,8 @@
pus = push --all
co = checkout
ci = commit -m
aci = "!git add --all;git commit -m"
setup = "!git init;git commit --allow-empty -m 'Initial commit'"
a = add
aa = add --all
st = status