5
자동 커밋없이 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그것을 여전히 자동 커밋. …
402
git