Ashutosh kumar
Ashutosh kumar

Reputation: 610

How to manage version number through GitHub desktop application?

Is is possible to manage version number of a repository with GitHub Desktop Application?

Upvotes: 1

Views: 1056

Answers (1)

Ashutosh kumar
Ashutosh kumar

Reputation: 610

Versioning in GitHub Desktop is very simple.

  1. Commit your changes
  2. Click on History Tab
  3. Right Click on a commit history
  4. Select Create Tag...
  5. Now, write the version and select Create tag

The Tag hence created will be displayed as like this:

enter image description here

The versioning Semantics is well described here

Upvotes: 1

Related Questions