Skip to content

git

https://www.nickang.com/replace-git-branch-code/ https://stackoverflow.com/questions/14168677/merge-development-branch-with-master https://www.atlassian.com/git/tutorials/merging-vs-rebasing https://www.nickang.com/squash-git-commits/ https://www.nickang.com/git-stash/

Git Internals

https://news.ycombinator.com/item?id=19386141 https://looselytyped.com/blog/2014/08/31/gits-guts-part-i/ https://s.ransara.xyz/notes/2019/build-yourself-a-distributed-version-control-system-just-like-git/ https://maryrosecook.com/blog/post/git-in-six-hundred-words https://maryrosecook.com/blog/post/git-from-the-inside-out https://jwiegley.github.io/git-from-the-bottom-up/ https://shop.jcoglan.com/building-git/contents.pdf https://wyag.thb.lt/

https://www.gitmemory.com/

Secrets Manager

https://gitlab.adhoc-gti.com/help/push_rules/push_rules#prevent-pushing-secrets-to-the-repository

Remove sensitive data from a repository https://help.github.com/articles/removing-sensitive-data-from-a-repository/

Pre-commit hooks burdzwastaken/git-rid-of-keys https://appventure.me/2016/04/04/prevent-accidental-test-code-commits/ Nitpick: this line if test $(git diff --cached -z $against | grep $marker | wc -c) != 0 may be changed to if git diff --cached -z $against | grep -q $marker

https://gist.github.com/guilherme/9604324 https://help.github.com/articles/removing-sensitive-data-from-a-repository/

dxa4481/truffleHog

Yelp/detect-secrets-server

Yelp/detect-secrets

UKHomeOffice/repo-security-scanner


Last update: 2020-12-25