Last Updated: February 25, 2016
·
1.418K
· tuler

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

After migrating from svn to git I missed a way to merge without committing. Here it its.

1 Response
Add your response

If you wanna bring the code without commit, use --squash. The difference happens when you commit, --no-commit will proceed with a merge. (sorry if you already knew that)

over 1 year ago ·