我在Github有一个回购。
repo:
- master
- a
- b
我想将分支(a,b)变为master
后面的文件夹,例如master/a
,master/b
并删除a
和b
< / p>
答案 0 :(得分:0)
我的印象是你误解了分支机构的工作方式。 Check out this interactive tutorial,它向您展示了当您从主人那里分离时会发生什么。
现在,对于一些口头解释:
fatal: cannot lock ref 'refs/heads/master/foo': 'refs/heads/master' exists; cannot create 'refs/heads/master/foo'
的错误。hotfixes/release/18
,例如。git log --graph --oneline --decorate
找出它最初的来源。