-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
the command get-branch <ticket number> returns the first branch from the git branch -a command. This is fine if there exists only one branch for the . But this behavior is not desirable if there are multiple branches for the same ticket number, as we might be interested in another branch, than the one selected.
Here are some suggested improvements, if multiple branches for the same ticket number exists:
- return the latest active branch, by comparing the date of the last commit of the branches; or
- show the list of branches that match the , and allow the user to choose (via prompt) which branch they want to select.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels