rsync all the things in git-sync

This commit is contained in:
Ivan Malison 2015-08-31 01:37:36 -07:00
parent ff7c7e4913
commit bfbe1f03f7

View File

@ -6,7 +6,7 @@ function git-sync {
# This won't work for branches other than master # This won't work for branches other than master
git rebase origin/master git rebase origin/master
rsync -t $target/* $destination rsync -rt $target/* $destination
git add . git add .
git commit -am "$(date)" git commit -am "$(date)"
git push origin HEAD git push origin HEAD