git-secret
git-secret copied to clipboard
:busts_in_silhouette: A bash-tool to store your private data inside a git repository.
I'm using git secret in several projects with quite many branches. I often need to merge a feature branch into master, or updates from master in a feature branch where...
There are some packages that are maintained by other people. We should reach to them and invite to collaborate. Originally posted as: https://github.com/sobolevn/git-secret/issues/284
We use wiki to store different projects that are somehow related with `gitsecret`. Today I have found this project: https://pypi.org/project/gitsecret/ It should be added to the docs as well. Thanks...
This ticket is to implement the RFC: https://github.com/sobolevn/git-secret/blob/master/RFC/RFC001.md Here is some awk to "[subtract one set from another](https://github.com/UniqKey/openshiftbot/blob/f6244fcb7049833e08fea7dd6f7bdc60cc1c51c3/bin/imagechecker.sh#L32)". That script uses that awk to figure out "what is upstream that...
By tutorials I mean some code samples that cover some use-case. It could be located in the `gh-pages` branch. - [ ] Add tutorials to `gh-pages` - [ ] Update...
WIP #881
We don't document how to add the tag to create the release - one missing piece
**_not a bug._, Feature / aesthetic request** What are the steps to reproduce this issue? ------------------------------------------- 1. `git-secret add functions/.runtime.confg` 2. `rm functions/.runtime.confg` 3. `cd functions` 4. `git-secret reveal` What...
Details: https://github.com/sobolevn/git-secret/actions/workflows/release-ci.yml
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. Release notes Sourced from actions/github-script's releases. v7.0.0 What's Changed Add base-url option by @robandpdx in actions/github-script#429 Expose async-function argument type by @viktorlott in actions/github-script#402,...