질문 : 자동 커밋없이 Git 병합 git merge 를 수행 할 수 있지만 커밋없이 수행 할 수 있습니까? "man git merge"는 다음과 같이 말합니다. With --no-commit perform the merge but pretend the merge failed and do not autocommit, to give the user a chance to inspect and further tweak the merge result before committing. git merge --no-commit 과 함께 사용하려고하면 여전히 자동 커밋됩니다. 내가 한 일은 다음과 같습니다. $> ~/git/testrepo$ git checkout master Switched to branch 'mas..