Skip to content

Commit d0d5bf5

Browse files
committed
Add git-crypt
1 parent 2be1f49 commit d0d5bf5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@ If you aren't using any zsh frameworks, or if you're a bash user, do the followi
106106
* [git-also](https://github.com/anvaka/git-also) - Shows what files are most often committed with a given file in the repository.
107107
* [git-amend](https://github.com/colinodell/git-amend-old) - Bash script to amend older commits with staged changes.
108108
* [git-branch-status](https://github.com/dmcgowan/git-branch-status) - A git utility to make managing large number of branches either across many remotes easier. Branch status allows comparing all branches against their upstream or any arbitrary branch to show the number of commit differences.
109-
* [git-branches](https://github.com/shurcooL/git-branches) - Prints the commit behind/ahead counts for branches
110-
* [git-chart](https://github.com/flashcode/gitchart) - python script that builds charts from a git repository
109+
* [git-branches](https://github.com/shurcooL/git-branches) - Prints the commit behind/ahead counts for branches.
110+
* [git-chart](https://github.com/flashcode/gitchart) - A python script that builds charts from a git repository
111+
* [git-crypt](https://www.agwa.name/projects/git-crypt/) - Enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when committed, and decrypted when checked out.
111112
* [git-diffall](https://github.com/thenigan/git-diffall) - Provides a directory based diff mechanism for git.
112113
* [git-fastclone](https://github.com/square/git-fastclone) - Think `git clone --recursive` on steroids. If you're doing repeated checkouts of a given repo on a machine (like a ci box), **git-fastclone** will speed things up considerably.
113114
* [git-flow-completion](https://github.com/bobthecow/git-flow-completion) - Bash, Fish and Zsh completion support for [git-flow](http://github.com/nvie/gitflow)

0 commit comments

Comments
 (0)