awslabs / git-secrets

Prevents you from committing secrets and credentials into git repositories
Apache License 2.0
12.36k stars 1.17k forks source link

main branch #174

Closed jamesbrink closed 4 years ago

jamesbrink commented 4 years ago

Let's get a main branch going if we could. this takes 2 minutes

https://www.hanselman.com/blog/EasilyRenameYourGitDefaultBranchFromMasterToMain.aspx

vladimir-poleh commented 4 years ago

And this manual will update all forks, local clones, scripts on the CI/CD servers and other related stuff in the some miracle way?

jamesbrink commented 4 years ago

No not at all, just thought it would be great to get the convo started.

I was going to use my existing pre commit hooks to catch such wording with this tool.. then I also realized I'm referencing the master branch in my pre commit hooks.

I'm certainly not saying to blow away master and break everything so I apologize for being so vague initially