7 lines
108 B
Makefile
7 lines
108 B
Makefile
git-sync:
|
|
@echo "Doing GIT Dance"
|
|
git pull
|
|
git add .
|
|
git commit -m 'just sync'
|
|
git push
|