|
|
|
|
|
by grrowl
4490 days ago
|
|
By GitHub (and Git's) own structure, everything is forkable. It would be very unlike them to prevent forking on one of thier own "special" repos, but in the worst case you could still: git clone git@github.com:atom.io/core.git
git remote add fork git@github.com:grrowl/atom-core.git
git push -u fork master
|
|