Skip to content

fix: stop showing success banners when pull or sync operations do not… - #119

Merged
Huerte merged 2 commits into
mainfrom
fix/misleading-success-messages
Aug 5, 2026
Merged

fix: stop showing success banners when pull or sync operations do not…#119
Huerte merged 2 commits into
mainfrom
fix/misleading-success-messages

Conversation

@Huerte

@Huerte Huerte commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Type

  • Bug fix
  • New feature
  • Documentation
  • Refactor / internal

Changes

  • gitgo pull: stops showing "REMOTE SYNCHRONIZED" when the branch is already up to date.
  • gitgo sync: stops showing "Successfully pulled" when already up to date.
  • gitgo jump: prints different messages so you can tell if it actually synced commits or was already up to date.
  • gitgo undo pull (resolve --abort): prints a normal message instead of throwing a red error when there is no pull to undo.
  • gitgo pull (Ctrl+C): says "Branch is clean" as info instead of a green success after being canceled.

Checklist

  • Tested locally and changes work as expected
  • CHANGELOG.md updated under [Unreleased]
  • README.md updated (if a command was added or changed)
  • Tests added or updated (if applicable)
  • No existing commands are broken (if they are, describe the impact above)

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 90.90909% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/pygitgo/commands/jump.py 80.00% 1 Missing ⚠️
src/pygitgo/commands/pull.py 85.71% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@Huerte
Huerte merged commit e5caf09 into main Aug 5, 2026
9 checks 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.

2 participants