Not Possible to switch branch after --skip-worktree

后端 未结 7 1217
醉酒成梦
醉酒成梦 2020-12-13 03:37

WHAT I WANT TO DO

I have a file which contains sensitive datas so I don\'t want to push content of this file to remote server.

WHAT I DID?

To achiev

相关标签:
7条回答
  • 2020-12-13 04:38

    So far, --assume-unchanged and --skip-worktree do not work as I found. My git version is : git version 2.8.4 (Apple Git-73) Stash is the only way that works so far.

    0 讨论(0)
提交回复
热议问题