An example Git repository that demonstrates how git-taut encrypts contents.
.gitattributes specifies what contents are encrypted:
- All contents under directory
fooare encrypted. The namefoois not encrypted. - All contents under directory
barare encrypted. The namebaris also encrypted. - Files whose names end with
.sonnetare encrypted.
All the Shakespeare text comes from https://shakespeare.mit.edu/.
The credential used for the encryption is william (username) / shakespeare (password).
The original repository is at https://github.com/rlaf99/git-taut-example-original, whereas the taut site (aka, the shadow repository with encrypted contents) is at https://github.com/rlaf99/git-taut-example-tautened.git.