4 ms·
Would this affect a new repo I make if it's named after one I renamed before?
by oms1005 13y ago
Would this affect a new repo I make if it's named after one I renamed before?
- sli 13y agoNo, because it would still have a different owner, same as forks do.
- nullsoldier 13y agoHe's talking about if it's by the same owner (him). See beefsack's response which answers this question.
- beefsack 13y agoMy testing: 1. Create https://github.com/beefsack/test1 https://github.com/beefsack/test1 2. Rename to https://github.com/beefsack/test2 https://github.com/beefsack/test2, redirect works 3. Create new https://github.com/beefsack/test1 https://github.com/beefsack/test1, link from (1) points to this new repo So yeah, it looks like it works.