Hacker News new | ask | show | jobs
by darkwater 230 days ago
More or less the same here, but we (I?) prefix it with the username as well, so when pulling branches you know who created it.
3 comments

I added a new TODO issue so that username can be configured in the branch name. gibr currently does not have support for username.

https://github.com/ytreister/gibr/issues/42

I implemented this in version 0.6.0 which was just released. https://github.com/ytreister/gibr/releases/tag/0.6.0 The issue assignee can be used in the branch name.
A nice benefit of prefixing by your-name/issue-1234-some-description is that many git clients will show it in a folder structure that way and it's easy to differentiate yours from other branches.
But the PR and git blame can tell you this so I would never look at the Branch name to find out this information
For me is useful when I run 'git fetch' from the command line. I don't use any graphical git client