9 lines
107 B
Makefile
9 lines
107 B
Makefile
|
all:
|
||
|
|
||
|
# simple sortcut to push all git changes
|
||
|
push:
|
||
|
git pull
|
||
|
git add --all
|
||
|
-git commit -a -s
|
||
|
git push
|