Skip to content

Commit 15b9d9c

Browse files
authored
Merge pull request #25 from unixorn/add-external-resources
Add git-crypt
2 parents 3e37910 + 68e28a2 commit 15b9d9c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 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)
@@ -141,7 +142,7 @@ If you aren't using any zsh frameworks, or if you're a bash user, do the followi
141142
| `git-copy-branch-name` | Zach Holman's [dotfiles](https://github.com/holman/dotfiles) | Copy the current branch name to the clipboard (OS X Only) |
142143
| `git-credit` | Zach Holman's [dotfiles](https://github.com/holman/dotfiles) | Quicker way to assign credit to another author on the latest commit|
143144
| `git-cut-branch` | Ryan Tomayko's [dotfiles](https://github.com/rtomayko/dotfiles) | Create a new branch pointed at HEAD and reset the current branch to the head of its tracking branch |
144-
| `git-delete-local-merged` | [@tekkub](https://plus.google.com/115587336092124934674/posts/dXsagsvLakJ) | Delete all local branches that have been merged into HEAD |
145+
| `git-delete-local-merged` | From a deleted post by @tekkub | Delete all local branches that have been merged into HEAD |
145146
| `git-delete-merged-branches` | ? | Purges all branches that have been merged to a target branch (defaults to branches merged to master) |
146147
| `git-delete-tag` | Joe Block <jpb@unixorn.net> | Delete a tag, both locally and from the origin remote |
147148
| `git-divergence` | Gary Bernhardt's [dotfiles](https://github.com/garybernhardt/dotfiles/blob/master/bin/git-churn) | Shows differences between local branch and its tracking branch |

0 commit comments

Comments
 (0)