@JonathanGerlach@mastodon.social
Post #1222918
2026-04-17 00:56 UTC
@isaiah@mastodon.social Make a new branch for each bug. Use git to hop between branches. Delete the branch afterwards. You can probably get away with force push to rewrite a branch’s history, but as soon as you have other people, you’ll want to disable that. I use git flow, but I don’t always follow it so strictly.
Replies (1)
-
@JonathanGerlach@mastodon.social 2026-04-17 00:57
@isaiah@mastodon.social If you have IDs which link back to the description of the work, put it in the branch name, for your future self.