Skip to content

Conversation

@ai-cora
Copy link
Collaborator

@ai-cora ai-cora commented Dec 2, 2025

Summary

  • Add -a/--all flag to push all branches instead of just current branch
  • Add MT_GIT_PUSH_ALL environment variable to set default behavior
  • Default remains current branch only (safer, less surprising)

Test plan

  • Run mt git push --help and verify new flag is documented
  • Test mt git push pushes only current branch (default)
  • Test mt git push --all pushes all branches
  • Test MT_GIT_PUSH_ALL=true mt git push pushes all branches

🤖 Generated with Claude Code

- Add -a/--all flag to push all branches instead of just current branch
- Add MT_GIT_PUSH_ALL environment variable to set default behavior
- Default remains current branch only (safer, less surprising)
- Update help text and documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@mbailey mbailey merged commit 6900b59 into master Dec 2, 2025
1 check passed
@ai-cora ai-cora deleted the feat/MT-31-add-all-flag-to-mt-git-push branch December 4, 2025 01:15
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.

3 participants