hack-rpi / Status-Board

Hackathon commit messages, announcements, mentor requests, and more, all in one place!
https://status.hackrpi.com
MIT License
14 stars 5 forks source link

hide API keys and make repo public again #7

Closed mpoegel closed 9 years ago

mpoegel commented 9 years ago

make a config file or something

mathstuf commented 9 years ago

Should the history be stripped as well?

X-sam commented 9 years ago

probably a good idea.

On Mon, Nov 17, 2014 at 5:45 PM, Ben Boeckel notifications@github.com wrote:

Should the history be stripped as well?

— Reply to this email directly or view it on GitHub https://github.com/mpoegel/HackRPI-Status-Board/issues/7#issuecomment-63390911 .

brianhelba commented 9 years ago

If you'd like to keep the commit history but strip the actual key values, you'll want to use a custom "git filter-branch".

Let me know if you'd like help with that step.

mpoegel commented 9 years ago

Thanks guys, I used bfg (http://rtyley.github.io/bfg-repo-cleaner/) because it seemed to simplify git filter-branch.

I probably scrubbed everything important...