Add all files for git-sync

This commit is contained in:
Ivan Malison 2015-08-29 23:57:21 -07:00
parent dd256a2321
commit c743e59a01

View File

@ -7,6 +7,7 @@ function git-sync {
git rebase origin/master
rsync -t $target/* $destination
git add .
git commit -am "$(date)"
git push origin HEAD
git clean -fd