From bb9a326987f2ad383c95dd40d4ec69cbb6601454 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Tue, 10 Dec 2019 23:06:32 +0300 Subject: [PATCH] git-recent -> README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b5b790..5b49280 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ will create the symbolic link for each script in the \ directory. - [git-graphviz](git-graphviz) creates dot-graph of a git repository. - [git-ignore](git-ignore) gets specified gitignore settings from [https://gitignore.io/](https://gitignore.io/) website. - [git-makeignore](git-makeignore) stores files with '+GITIGNORE' marks into .gitignore file. +- [git-recent](git-recent) lists all local branches, sorted by last commit. (c) https://github.com/paulirish/git-recent - [git-top](git-top) shows the most edited files in current git repository. ## WM