From cc91ff6cab3c23ce0f09720cf1c219ef7a1bc8d1 Mon Sep 17 00:00:00 2001 From: Nickolas Burr Date: Fri, 5 May 2017 10:13:02 -0400 Subject: [PATCH] add git-follow to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f316410..cd0fc0e 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [etckeeper](http://etckeeper.branchable.com/) - a collection of tools to let /etc be stored in a git repository * [git-extras](https://github.com/tj/git-extras) – git utilities adding useful git commands. * [git-extra-commands](https://github.com/unixorn/git-extra-commands) - Another collection of useful git commands. +* [git-follow](https://github.com/nickolasburr/git-follow) - a tool for following lifetime changes of a file throughout the history of a Git repository. * [Gitrob](https://github.com/michenriksen/gitrob) - a command line tool to find sensitive information lingering in publicly available files on GitHub * [gitFS](https://www.presslabs.com/gitfs/) - a FUSE file system that fully integrates with git * [Gitless](http://gitless.com/) - an experimental version of Git that changes some of Git's underlying concepts