feat: add combined push/pull + dirty states to demo git cycle - #328
Merged
Conversation
The demo git statuses cycle now includes 9 states instead of 6, adding entries that combine ahead/behind with local modifications so screenshots show realistic variety (sessions needing both push and pull with local changes alongside clean and single-concern states). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3663d29f-d66d-450d-8730-9e6046ff1af3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Expands the demo git statuses cycle from 6 to 9 entries, adding combined states (ahead+dirty, behind+dirty, ahead+behind+dirty) so screenshots show sessions that need both push/pull and have local changes alongside clean and single-concern states.
Changes
Testing
All tests pass via
mage install(race detector enabled, 14 packages).