Skip to content

feat(cli): flatten ggc into top-level git commands - #19

Merged
kooksee merged 1 commit into
mainfrom
feat/flatten-ggc
Sep 2, 2026
Merged

feat(cli): flatten ggc into top-level git commands#19
kooksee merged 1 commit into
mainfrom
feat/flatten-ggc

Conversation

@kooksee

@kooksee kooksee commented Sep 2, 2026

Copy link
Copy Markdown
Contributor
  • add top-level status/add/log/diff/branch/fetch/rebase/remote commands backed by shared utils.RunGit with stdio passthrough
  • pull: add --rebase flag (mutually exclusive with --all/--hard)
  • tag: add show subcommand (git show )
  • rename ggccmd to uicmd: fastgit ui keeps the interactive fuzzy picker, aliases and workflows; ggc.yaml path/format unchanged
  • drop ggc commit entry: use git commit -m or fastgit commit (AI)
  • update README, docs and changelog

- add top-level status/add/log/diff/branch/fetch/rebase/remote commands
  backed by shared utils.RunGit with stdio passthrough
- pull: add --rebase flag (mutually exclusive with --all/--hard)
- tag: add show subcommand (git show <tag>)
- rename ggccmd to uicmd: fastgit ui keeps the interactive fuzzy picker,
  aliases and workflows; ggc.yaml path/format unchanged
- drop ggc commit entry: use git commit -m or fastgit commit (AI)
- update README, docs and changelog
@kooksee
kooksee merged commit b9e01e4 into main Sep 2, 2026
1 check passed
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