forksync now uses merge not rebase
This commit is contained in:
parent
4157cdf314
commit
357cb76ce9
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ for repo in /home/hanez/forks/*; do
|
||||||
|
|
||||||
git checkout master
|
git checkout master
|
||||||
|
|
||||||
git rebase upstream/master
|
#git rebase upstream/master
|
||||||
#git merge upstream/master
|
git merge upstream/master
|
||||||
|
|
||||||
git push -f origin master
|
git push -f origin master
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue