1

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

Ashutosh kumar
  • 420
  • 4
  • 12

1 Answers1

0

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

Ashutosh kumar
  • 420
  • 4
  • 12