这是我目前的git布局:
git
misc
file.sh
other
file2.sh
如果我将文件夹名称misc更改为misc2,它在GIT上保持misc如何解决?需要注意的一点是,根git文件夹不是我的git repro只有misc和其他目录。
答案 0 :(得分:1)
在misc文件夹的父目录上尝试git add -u
。
C02J8GV9DKQ1:test chlr$ git add -u
C02J8GV9DKQ1:test chlr$ git status
On branch master
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
renamed: misc/file.txt -> misc2/file.txt