简体   繁体   中英

Fork a repository transferrred to another user

I have recently transferred two repos from my github account, one to an organization where I am owner, the other to a different user (making him the maintainer of the package). Can I now fork these two repositories to my own account, in order to collaborate via fork-and-pull? Or would that overwrite some git settings/redirects, so I instead need to collaborate via opening branches on the new forked repo (I have push access both places)?

Just fork the repo under a different name. Your fork does not have to have the same name as the forked repo, so just give it a new name on forking and the redirects of the original name should work properly, as your new fork has a different name.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM