Skip to content

Add gitty — minimal Git+GitHub CLI wrapper#134

Open
Omibranch wants to merge 1 commit into
dictcp:masterfrom
Omibranch:add-gitty
Open

Add gitty — minimal Git+GitHub CLI wrapper#134
Omibranch wants to merge 1 commit into
dictcp:masterfrom
Omibranch:add-gitty

Conversation

@Omibranch
Copy link
Copy Markdown

gitty is a minimal, single-binary CLI tool written in Go that wraps Git and GitHub into short, human-readable commands.

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

Key commands:

  • `gitty up` — stage all, auto-commit with smart message, push
  • `gitty fix ` — interactive conflict resolution
  • `gitty pick file.go 10-20` — selective line-range commits
  • `gitty erase ` — remove a path from all past commits
  • `gitty clone ` — clone + auto-setup

Cross-platform: Linux (amd64/arm64), macOS, Windows — zero dependencies.

Repo: https://github.com/Omibranch/gitty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant