Making a Git project open source when you have secret keys
You could remove the secret keys from the repository using a hammer like git filter-branch
. There is a nice explanation on GitHub's help pages.
You could remove the secret keys from the repository using a hammer like git filter-branch
. There is a nice explanation on GitHub's help pages.