Horje
Tag git branch Code Example
Tag git branch
$ git tag -a v1.4 -m "my version 1.4"
$ git tag
v0.1
v1.3
v1.4

By default, the git push command doesn’t transfer 
tags to remote servers. You will have to explicitly 
push tags to a shared server after you have created them. 
This process is just like sharing remote branches — 
you can run 

$ git push origin <tagname>.
Source: git-scm.com




Shell

Related
certbot enable nginx renew Code Example certbot enable nginx renew Code Example
ubuntu login as root Code Example ubuntu login as root Code Example
error Command failed with exit code 3221225477 Code Example error Command failed with exit code 3221225477 Code Example
whybar not showing icons Code Example whybar not showing icons Code Example
ModuleNotFoundError: No module named 'tensorflow' Code Example ModuleNotFoundError: No module named 'tensorflow' Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9