Open junxnone opened 1 year ago
$ git remote add their_user_name git@github.com:their_user_name /repo_name.git $ git fetch their_user_name $ git checkout -b new_branch their_user_name/their_branch $ git push origin new_branch
Github fork other fork
Solution
git clone 到本地, 添加到repo 中为不同的remote,创建新的branch, 然后 push