Added aliases
This commit is contained in:
parent
3dcd9c9a33
commit
5ab82baf86
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user