junxnone / xwiki

https://junxnone.github.io/xwiki/
0 stars 0 forks source link

Tools Github forkfork #267

Open junxnone opened 1 year ago

junxnone commented 1 year ago

Github fork other fork

image

Solution

git clone 到本地, 添加到repo 中为不同的remote,创建新的branch, 然后 push

$ 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