Skip to content

Commit

Permalink
Update update-fork.sh
Browse files Browse the repository at this point in the history
Add no edit flag when merging
  • Loading branch information
jtnelson committed Nov 22, 2014
1 parent 43b86a5 commit bd2eb59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update-fork.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ else
fi

git stash
git pull upstream develop
git pull --no-edit upstream develop
git push origin HEAD
git stash pop
exit 0
fi
fi

0 comments on commit bd2eb59

Please sign in to comment.