Skip to content

Commit 65a3447

Browse files
committed
Add link to git-deploy-s3
1 parent 7b7b004 commit 65a3447

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ If you aren't using any zsh frameworks, or if you're a bash user, do the followi
113113
* [git-branches](https://github.com/shurcooL/git-branches) - Prints the commit behind/ahead counts for branches.
114114
* [git-chart](https://github.com/flashcode/gitchart) - A python script that builds charts from a git repository
115115
* [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.
116+
* [git-deploy-s3](https://github.com/bradt/git-deploy-s3) - Keeps your git repo's assets in sync with Amazon S3.
116117
* [git-diffall](https://github.com/thenigan/git-diffall) - Provides a directory based diff mechanism for git.
117118
* [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.
118119
* [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)