Is is possible to manage version number of a repository with GitHub Desktop Application?
Asked
Active
Viewed 578 times
1 Answers
1
Versioning in GitHub Desktop is very simple.
- Commit your changes
- Click on
History
Tab - Right Click on a commit history
- Select
Create Tag...
- Now, write the version and select
Create tag
The Tag
hence created will be displayed as like this:
The versioning Semantics is well described here

Ashutosh kumar
- 570
- 6
- 13