Skip to content
Discussion options

You must be logged in to vote

If you want to mark versions, in Git tags are generally the right thing. A tag marks a specific commit (e.g. "this commit is version 1.2.3"), see Git Basics - Tagging. GitHub additionally has releases, which are based on tags and add some more metadata (and optionally files).

If you want to maintain multiple stable versions over time, having a branch for each stable series (e.g. 2.x) is probably good (in addition to tags, for the actual maintenance work).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Crip-Zone
Comment options

Answer selected by patrick-knight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Git and Code Discussions related to version control and coding practices New To GitHub 👋 New To GitHub Question Ask and answer questions about GitHub features and usage
2 participants