mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #15] How to handle the git model using server? #5128
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @drgomesp on GitHub (Feb 25, 2012).
Original GitHub issue: https://github.com/semver/semver/issues/15
Ok, the SemVer seems to be related to the tags on the git pattern.
How can I adapt it to the git model and how should I name my branches?
Thanks
@mojombo commented on GitHub (Feb 26, 2012):
Git doesn't dictate how to name your tags, but I like to use tags that look like "v1.3.2" and the like.
@drgomesp commented on GitHub (Feb 26, 2012):
Yeah, I'm not really talking about tags, but branches.
Tags can strictly follow the SemVer conventions, but branches are a little different.
How do you name the branches?
@mojombo commented on GitHub (Feb 26, 2012):
I usually name branches after features or bug fixes I'm working on. Something like "fix-display-bug-23" or "add-sort-button". That stuff really has nothing to do with SemVer, though.