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