Added aliases
This commit is contained in:
parent
3dcd9c9a33
commit
5ab82baf86
@ -8,6 +8,8 @@
|
|||||||
pus = push --all
|
pus = push --all
|
||||||
co = checkout
|
co = checkout
|
||||||
ci = commit -m
|
ci = commit -m
|
||||||
|
aci = "!git add --all;git commit -m"
|
||||||
|
setup = "!git init;git commit --allow-empty -m 'Initial commit'"
|
||||||
a = add
|
a = add
|
||||||
aa = add --all
|
aa = add --all
|
||||||
st = status
|
st = status
|
||||||
|
Loading…
Reference in New Issue
Block a user