From 6046575599a7b57cba2ce2ce01e8d67904ed7c48 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Fri, 20 Oct 2023 06:30:10 -0700 Subject: [PATCH] Add `tig` to list of Git tools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3798de..204ca32 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [jc --git-log](https://kellyjonbrazil.github.io/jc/docs/parsers/git_log) - Convert your git log to JSON. * [gitbackup](https://github.com/amitsaha/gitbackup) - a tool to backup your Bitbucket, GitHub and GitLab repositories. * [soba](https://github.com/jonhadfield/soba) - scheduled backups of repositories from popular providers with change detection. - +* [tig](https://github.com/jonas/tig) - text-mode interface for git. ## Extensions *Git is designed for source control management. but people extend the idea and push version control to everywhere*