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