/ Published in: Bash

URL: http://stackoverflow.com/questions/501407/is-there-a-git-merge-dry-run-option
Please see the source solution on the StackOverflow for details.
Expand |
Embed | Plain Text
git merge --no-commit --no-ff $BRANCH
You need to login to post a comment.