Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pants2
on July 24, 2024
|
parent
|
context
|
favorite
| on:
Anyone can access deleted and private repository d...
Any time you make a private repo public it’s best to just copy that code into a new public repo and leave the private repo private. Otherwise have to audit every previous commit and every commit on every fork of your private code.
umpalumpaaa
on July 24, 2024
|
next
[–]
If I understand the issue correctly if you make the original repo public any private forks from other users are also effectively public. Right?
scarface_74
on July 25, 2024
|
parent
|
next
[–]
You create a
new
repository, “git init” it and copy your files over to it and push your new repository to your open source repository.
hmottestad
on July 25, 2024
|
parent
|
prev
|
next
[–]
Seems to be the case yes. And I guess that the authors of those repos will not get a notification of any sort.
IshKebab
on July 25, 2024
|
prev
[–]
Yeah that's fine but the issue is GitHub doesn't make it clear that you need to do this.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: