Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图弄清楚如何正确使用这个命令。我相信这是我想将一个分支变成另一个分支的命令和标志(基本上删除一个分支并创建一个与另一个分支的文件同名的新分支),但我不确定,或者如果我的语法正确。
如果我这样做:
git branch -f master sub-branch
它会从 master 中删除所有文件并用子分支中的文件填充它吗?
论据-f代表。--force
-f
--force
master
sub-branch
HEAD