Skip to content

feat: add automatic PR generation#9

Merged
MusicMaster4 merged 1 commit into
mainfrom
testing
Jul 12, 2026
Merged

feat: add automatic PR generation#9
MusicMaster4 merged 1 commit into
mainfrom
testing

Conversation

@MusicMaster4

Copy link
Copy Markdown
Owner

Summary

  • Adds gg status for compact branch and file status
  • Introduces gg log [n] for pretty recent commit history
  • Enables gg undo to un-commit the last change and stage it
  • Adds gg amend [-m] to stage all and amend the last commit
  • Includes gg stash [pop|list] for parking and restoring work
  • Improves gg restore to discard staged changes too
  • Automates pushing to upstream when creating a PR
  • Enhances gg doctor with parallel checks
  • Updates gg help with grouped commands

Test plan

  • Verify gg status displays correct branch and file status
  • Confirm gg log [n] shows the expected commit history
  • Test gg undo by staging changes, undoing, and verifying the commit is removed
  • Ensure gg amend correctly stages all and amends the last commit
  • Check gg stash saves and restores work-in-progress correctly
  • Validate gg restore discards staged changes
  • Confirm PR creation with gg pr includes the correct title and description
  • Run gg doctor and verify all checks pass in parallel

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MusicMaster4 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@MusicMaster4 MusicMaster4 merged commit 83619a3 into main Jul 12, 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