我是个新手。。。
我解锁了一个文件,执行以下操作:
git更新索引--假定文件名不变
Now I want to commit a change on this file, but I can t figure out how to remove the untrack.
I tried git add filename
and git update-index --add filename
thinking it was the way but it doesn t seem to work...
这个命令是什么?我在文档和网络上搜索了一下,也许我只是没有用正确的词。。。但我没有找到我要找的东西。。。作为一个新手,我发现gits文档很难使用。。。
谢谢