git-sync:
    @echo "Doing GIT Dance"
    git pull
    git add .
    git commit -m 'just sync'
    git push

sync-git: git-sync