Skip to content

Change delete-upto to delete --upto#10

Open
claybridges wants to merge 2 commits intomainfrom
pr/upto
Open

Change delete-upto to delete --upto#10
claybridges wants to merge 2 commits intomainfrom
pr/upto

Conversation

@claybridges
Copy link
Copy Markdown
Owner

Fixes #8

@claybridges claybridges self-assigned this May 3, 2026
@claybridges claybridges changed the title Trade delete-upto for delete --upto Change delete-upto to delete --upto May 3, 2026
claybridges

This comment was marked as outdated.

This comment was marked as outdated.

Copy link
Copy Markdown
Owner Author

@claybridges claybridges left a comment

Choose a reason for hiding this comment

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

Reviewed.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .claude/claude.md
- `squash` — increment + squash all commits since trunk divergence into one
- `delete [--force] <folder>` — delete all branches in folder (with confirmation)
- `delete-upto [--force] <folder> <n>` — delete numeric branches below n
- `delete [--force] [--upto <n>] <folder>` — delete branches in folder (with confirmation); `--upto <n>` deletes only numeric branches below n
Comment thread cmd/git-folder/main.go
}
}

name, err := resolveFolder(rest)
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.

Change delete-upto to delete --upto

2 participants