always force push on sync to github
This commit is contained in:
parent
07ece6c22b
commit
0013710a51
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ tasks:
|
||||||
cd dotfiles
|
cd dotfiles
|
||||||
GITHUB_TOKEN=`cat ~/.github_token`
|
GITHUB_TOKEN=`cat ~/.github_token`
|
||||||
git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
|
git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
|
||||||
git push github master
|
git push github --all --force
|
||||||
|
|
Loading…
Reference in a new issue