Hacker News new | ask | show | jobs
by simias 4017 days ago
You might want to cherry pick some commits from the dev branch into a stable branch from time to time (security fixes, things like that).
1 comments

Sure, you can do that with tags. Branch off from your tag, cherry-pick your commits, push and if tests pass create a new tag.