Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gb -d without arguments cleans branches #777

Merged
merged 1 commit into from
Mar 7, 2024
Merged

gb -d without arguments cleans branches #777

merged 1 commit into from
Mar 7, 2024

Conversation

fj0r
Copy link
Contributor

@fj0r fj0r commented Mar 7, 2024

  • gb -d cleans branches that meet the criteria, if no arguments
    • not current
    • merged
    • gb -d --no-merged includes no merged branches
  • gb (no arguments) output merged instead of no-merged
  • changed $remote of gb and gp to flag
  • remote_branches return 'remote/branch'

- `gb -d` cleans branches that meet the criteria, if no arguments
    - not current
    - merged
    - `gb -d --no-merged` includes no merged branches
- `gb` (no arguments) output `merged` instead of `no-merged`
- changed `$remote` of `gb` and `gp` to flag
- `remote_branches` return 'remote/branch'
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.

None yet

3 participants