Tools

Keeping Sensitive Data Secret

Keeping sensitive data secret in a git repository

This post describes a tool (git-crypt), a set of practices and principles (e.g., Castle Approach to security, a.k.a Security in Depth principle) for increasing the protection for data inside a (private) git repository.   Introduction: git repository After better, safer alternatives … Read More

GitTip

GitTip: Skip WorkTree

GitTip: Skip WorkTree. This tip is simple and powerful in equal parts, what we want to achieve is to modify a local file and that git could not identify it as having been modified despite being already tracked.   GitTip: Skip … Read More

Secured By miniOrange