From c18da85a98ea76cb541c8a2196e83a9057b52010 Mon Sep 17 00:00:00 2001 From: Omi <272266969+Omibranch@users.noreply.github.com> Date: Mon, 6 Apr 2026 20:21:52 +0300 Subject: [PATCH] Add gitty to Clients --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 278443b..a4a5889 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Feel free to contribute. * [fugitive.vim](https://github.com/tpope/vim-fugitive) - Git plugin for *Vim*. * [gitin](https://github.com/isacikgoz/gitin) - Commit/branch/workdir explorer for git. * [Gitu](https://github.com/altsem/gitu) - TUI Git client inspired by Magit. +* [gitty](https://github.com/Omibranch/gitty) - Single-binary CLI for git and GitHub with short, human-readable commands. `gitty up` replaces `git add . && git commit && git push`. * [GitUI](https://github.com/Extrawurst/gitui) - Blazing fast terminal-ui for git written in rust. * [Jujutsu](https://github.com/jj-vcs/jj) - Git-compatible VCS that is both simple and powerful. * [lazygit](https://github.com/jesseduffield/lazygit) - Simple terminal UI for git commands.