git commit and tag
git tag -a v1.4 -m "my version 1.4"
git tag -a v1.2
git push origin v1.2git add .
git commit -m "some description"
git tag v0.1.9 # or any other text
git push origin master # push the commit
git push --tags origin # push the tags
git tag -a v1.0 7cceb02 -m "Your message here"
Also in C++:
- install spotify ubuntu
- how to install wtforms on mac terminal
- linux sudo /opt/lampp/lampp start command not found
- zip all files command linux
- awk output field separator
- brew install jenv
- discard unstaged changes git
- case shell
- git create worktree
- git see added files
- update metsploit kali linux
- merge github accounts
- git exclude some files from git commit
- last return code linux
- how to install windows service using batch file
- powershell command shutdown computer
- vue-cli-service not found ubuntu
- how to update a local project from git
- install rspec rails 5
- how to remove all images in folder mac terminal
- cat command in linux
- Docker permission denied
- Redis::CommandError: MISCONF Redis is configured to save RDB snapshot
- upgrade npm version