Horje
create a tag locally Code Example
create a tag locally
#Create a tag locally
git tag <tagname>
#To add a description 
git tag <tagname> -a
#To push all tags to remote 
git push origin --tags
#To push a signle tag to remote
git push origin <tag>




Shell

Related
jupyter notebook free download for windows 7 32 bit Code Example jupyter notebook free download for windows 7 32 bit Code Example
exit ssh session in shell script Code Example exit ssh session in shell script Code Example
freetype2 linux install Code Example freetype2 linux install Code Example
How to add a shell script to launcher Code Example How to add a shell script to launcher Code Example
systemd wait for service to finish before login Code Example systemd wait for service to finish before login Code Example

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