-
命令
git mv -f oldfolder newfolder
-
使用
- 如:现有文件夹:test,需修改为:test_file
git mv -f test test_file git add -u test_file # -u:会更新已经追踪的文件和文件夹 git commit -m "重命名文件夹" git push origin master
命令
git mv -f oldfolder newfolder
使用
git mv -f test test_file
git add -u test_file # -u:会更新已经追踪的文件和文件夹
git commit -m "重命名文件夹"
git push origin master
本文标题:Git 修改文件夹名
本文链接:https://www.haomeiwen.com/subject/tvqaxltx.html
网友评论