git merge dryrun

As noted previously, pass in the --no-commit flag, but to avoid a fast-forward commit, also pass in --no-ff, like so:git

$ git merge --no-commit --no-ff $BRANCH

To examine the staged changes:code

$ git diff --cached

And you can undo the merge, even if it is a fast-forward merge:it

$ git merge --abort
相關文章
相關標籤/搜索