Does anyone know what *really* happens when I switch a private #Github repo to public? The UI gives me a menacing warning that Things Might Go Totally Wrong, but does that really happen? I want to switch my personal blog to a public repo.
@jwildeboer It just becomes a public repo, the warning is mostly because if you were storing any secrets in it (even in the history) you'd be leaking that, so it's a good idea to make sure you're not having any keys or other secrets in there.
@jwildeboer It just becomes a public repo, the warning is mostly because if you were storing any secrets in it (even in the history) you'd be leaking that, so it's a good idea to make sure you're not having any keys or other secrets in there.