From a4523951bc039110d798c2dba82b362be39d4cb3 Mon Sep 17 00:00:00 2001 From: Olha Babchenko Date: Tue, 15 Oct 2019 14:31:13 +0300 Subject: [PATCH] "git-history-editor" item was added to utility list --- resources/utility.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/utility.json b/resources/utility.json index bb1d032..5f3d1ee 100644 --- a/resources/utility.json +++ b/resources/utility.json @@ -169,6 +169,12 @@ "desc": "Web and API based SMTP testing.", "url": "https://github.com/mailhog/MailHog", "tags": [] + }, + { + "title": "git-history-editor", + "desc": "Messed up some of your commits? Make it undone", + "url": "https://bokub.github.io/git-history-editor/", + "tags": [] } ] }