- 我创建了我的 repo (A) 并在初始提交时添加了所有文件。
- 然后我在该存储库 (A) 中提取了几个文件,并在另一个未连接到 (A) 的 git 存储库 (B) 中检查它们。
- repo (B) 转换为 github repo
- 然后从 repo (A) 我做了 git remote add githubrepo git@github....
- 然后从 repo (A) 我做了 git branch newbranch
- 然后从 repo (A) 我做了 git checkout newbranch
- 然后从 repo (A) 我做了 git pull githubrepo master:newbranch
我得到
rom github.com:user2323/githubrepo
! [rejected] master -> master:newbranch (non-fast-forward)