[PR #685] Add gitty — human-readable Git/GitHub CLI wrapper #9550

Open
opened 2026-06-10 06:28:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alebcay/awesome-shell/pull/685
Author: @Omibranch
Created: 4/5/2026
Status: 🔄 Open

Base: masterHead: add-gitty


📝 Commits (1)

  • 375d03b Add gitty to For Developers section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

gitty

gitty is a single-binary CLI that wraps Git and GitHub into short, human-readable commands.

Core idea: `gitty up` replaces the entire `git add → git commit → git push` cycle in one word.

Highlights

  • `gitty up` — stage, commit, and push in one shot
  • Human-readable shorthand: `gitty push=main`, `gitty pull~main`
  • Interactive conflict resolution: `gitty fix `
  • Selective commits by line range or code markers
  • Built in Go — single binary, zero external dependencies
  • Runs on Linux (amd64/arm64), macOS, Windows

Fits in the For Developers section alongside other git workflow tools like `forgit`, `gita`, and `git-extras`.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/alebcay/awesome-shell/pull/685 **Author:** [@Omibranch](https://github.com/Omibranch) **Created:** 4/5/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-gitty` --- ### 📝 Commits (1) - [`375d03b`](https://github.com/alebcay/awesome-shell/commit/375d03b2baafa8ecb81d94edb155f1c821ce9fed) Add gitty to For Developers section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## gitty [gitty](https://github.com/Omibranch/gitty) is a single-binary CLI that wraps Git and GitHub into short, human-readable commands. **Core idea:** \`gitty up\` replaces the entire \`git add → git commit → git push\` cycle in one word. ### Highlights - \`gitty up\` — stage, commit, and push in one shot - Human-readable shorthand: \`gitty push=main\`, \`gitty pull~main\` - Interactive conflict resolution: \`gitty fix <file>\` - Selective commits by line range or code markers - Built in Go — single binary, zero external dependencies - Runs on Linux (amd64/arm64), macOS, Windows Fits in the *For Developers* section alongside other git workflow tools like \`forgit\`, \`gita\`, and \`git-extras\`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-10 06:28:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-shell#9550