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

Writing instructions for how to get git-secrets to work for Windows #87

Closed jschwarzwalder closed 6 years ago

jschwarzwalder commented 6 years ago

Issue #, if available:

83

Description of changes: Adding instructions for how to use git-secrets to work on a Windows 10 machine.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

jschwarzwalder commented 6 years ago

@mtdowling Please let me know if you would like any changes to the instructions.

costleya commented 6 years ago

I see you came across the same workflow as I did. I turned these instructions into a PowerShell script in https://github.com/awslabs/git-secrets/pull/88

jschwarzwalder commented 6 years ago

@mtdowling Will you be able to review #87 or #88 for Windows Users?

Thank you

mtdowling commented 6 years ago

Thanks for the PR. I merged #88 in lieu of this PR. Let me know if there's something else in this PR that's not in #88 that needs to be merged.