forked from colonelpanic/dotfiles
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
|
||||
git rebase origin/master
|
||||
|
||||
rsync -t $target/* $destination
|
||||
rsync -rt $target/* $destination
|
||||
git add .
|
||||
git commit -am "$(date)"
|
||||
git push origin HEAD
|
||||
|
Loading…
Reference in New Issue
Block a user