9 lines
64 B
Makefile
9 lines
64 B
Makefile
|
push:
|
||
|
git add --all
|
||
|
git commit -a
|
||
|
git push
|
||
|
|
||
|
pull:
|
||
|
git pull
|
||
|
|