forked from colonelpanic/dotfiles
Add all files for git-sync
This commit is contained in:
parent
dd256a2321
commit
c743e59a01
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user