From c84b8c0cbe776d224e2e4494eaead6a691bed857 Mon Sep 17 00:00:00 2001 From: Kirill Zhuravlev Date: Tue, 17 Dec 2024 22:24:36 +0100 Subject: [PATCH] add git-tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 546312e37aa..60208542073 100644 --- a/README.md +++ b/README.md @@ -2786,6 +2786,7 @@ _General utilities and tools to make your life easier._ - [generate](https://github.com/go-playground/generate) - runs go generate recursively on a specified path or environment variable and can filter by regex. - [ghokin](https://github.com/antham/ghokin) - Parallelized formatter with no external dependencies for gherkin (cucumber, behat...). - [git-time-metric](https://github.com/git-time-metric/gtm) - Simple, seamless, lightweight time tracking for Git. +- [git-tools](https://github.com/kazhuravlev/git-tools) - Tool to help manage git tags. - [gitbatch](https://github.com/isacikgoz/gitbatch) - manage your git repositories in one place. - [gitcs](https://github.com/knbr13/gitcs/) - Git Commits Visualizer, CLI tool to visualize your Git commits on your local machine. - [go-actuator](https://github.com/sinhashubham95/go-actuator) - Production ready features for Go based web frameworks.