Created
August 23, 2018 15:19
-
-
Save shabaz-ejaz/7b60ac9002925a96709dbc2d7ca0cdec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git add . | |
git commit -m "Soem message" | |
git tag -a v1.0.4 | |
git push --follow-tags | |
This will commit the changes to tav v1.0.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment