As a developer, I'd like to fetch&push branches with a name more descriptive than 'pr-312'
I love using this tool, but after a couple of months using it, I see that the number of my remote branches has increased a lot, and it seems difficult to me to identify which one to remove locally, as they are named only with pull request ID:
When sending the pull request to other user, gh command removes local branch (remote cannot be removed at this time)
I'd like to have a local branch named pr-312-LAST_COMMIT_DESCRIPTION, so that I can decide later if that branch is outdated or not, just reading a "git branch -a" command.
Please close this issue if you don't consider it, thanks
@mdelapenya, It makes sense, I totally agree with you. :+1:
I prefer using the branch name - that is what hub does and this works really well if one uses sensible branch names (like with jjira/bug id references)
actually it uses
Any progress on this issue?
Thanks!
Hey @mdelapenya no progress on this yet but open to PRs!