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