rsync all the things in git-sync
This commit is contained in:
parent
ff7c7e4913
commit
bfbe1f03f7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user