How to make git merge handle uncommitted changes to my working tree?

后端 未结 4 1714
深忆病人
深忆病人 2021-01-30 13:06

A co-worker and I are both working on the master branch at the moment. I have some code in my working tree that I don\'t want to commit (debugging statements and the like). No

4条回答
  •  情话喂你
    2021-01-30 13:31

    As far as I can tell, the best you can do is what you already have with git stash. I too find it strange that merge wants to deal only with clean trees.

提交回复
热议问题