Questions tagged «git-checkout»

在Git存储库中签出分支或文件到当前工作树。


4
存在相同名称的文件时,Git更改分支
我的git仓库中有一个名为xyz的文件。巧合的是,我还有一个名为xyz的分支。目前,我在master上,但是我想结帐到xyz分支。使用的命令很简单 $ git checkout xyz 但这会将文件签出xyz到当前的HEAD。我如何将分支改为分支xyz?

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.