Skip to content

Releases: Omibranch/gitty

v2.3.0

17 Apr 19:51

Choose a tag to compare

v2.2.1

16 Apr 20:01

Choose a tag to compare

Full Changelog: v2.2.0...v2.2.1

gitty v2.2.0

16 Apr 16:34

Choose a tag to compare

Changes

  • Fix conflict resolution UI (remove preview before menu)
  • Clean output with improved screen clearing after selections
  • Better multi-file conflict handling

Downloads

Available for Linux (amd64/arm64), macOS (amd64/arm64), and Windows (amd64/arm64).

gitty v2.1.0

02 Apr 20:16
b17cfae

Choose a tag to compare

  • Linux support: install/auth теперь работают на Linux (apt, pacman, dnf, brew, zypper)
  • Новая команда: gitty clone [folder]

gitty v2.0.0

31 Mar 15:49

Choose a tag to compare

What's new in v2.0

  • Operator = instead of % (e.g. gitty push=main, gitty migration main=dev)
  • gitty state — repo stats: commits, branches, files. Works with any GitHub URL
  • gitty undo — soft-reset last commit
  • gitty log — formatted git log with time filters (--Nh, --Nday, --Nweek, --Nmonth)
  • gitty checkpoint — freeze GitHub branch state as a tag
  • gitty restore — restore to checkpoint
  • gitty push --share — push + copy GitHub link to clipboard
  • gitty rename branch old=new — rename branch locally and on remote
  • gitty rename repo new-name — rename GitHub repo
  • Semantic aliases: push to main, pull from main, migration main to dev
  • Push conflict resolver: Cancel / Merge / Force push

gitty v1.0.0

30 Mar 17:26

Choose a tag to compare

Initial release of gitty — zero-commit Git & GitHub CLI wrapper for Windows.