Y
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
ytreister
228 days ago
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
link
ytreister
227 days ago
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.
link
dewey
230 days ago
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.
link
celticninja
230 days ago
But the PR and git blame can tell you this so I would never look at the Branch name to find out this information
link
darkwater
229 days ago
For me is useful when I run 'git fetch' from the command line. I don't use any graphical git client
link
https://github.com/ytreister/gibr/issues/42