Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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>
Comment

PREVIOUS NEXT
Code Example
Shell :: como descargar flask en ubuntu 21.04 
Shell :: cant install cython buildozer 
Shell :: powershell invoke 
Shell :: sudo kill code for shutting down 48 
Shell :: dev/kdm device permission error android studio 
Shell :: winmerge command line generate report 
Shell :: woeusb open command 
Shell :: submit siomething to backgrpund 
Shell :: github extension for visual studio 2019 vs git scm 
Shell :: cordova plugin install specific branch 
Shell :: how to open pg_hba.conf file in ubuntu using visual studio 
Shell :: libthai0:i386 depends on libdatrie1 (= 0.2.0); however: Package libdatrie1:i386 is not configured yet. 
Shell :: facebook signin does not working on facbook app works only when no app is installed 
Shell :: telnet in shell script 
Shell :: unique IP active connections on server 
Shell :: how to join any cluster redis 
Shell :: powershell script clear cach at end 
Shell :: How to edit unit file content with systemctl command 
Shell :: haskell run prelude 
Shell :: kubernetes Networking best option 
Shell :: redirect https://www.domain to https://domain apache2 
Shell :: crosh package manager 
Shell :: install vue-router for vue 2 
Shell :: shell scripting cheat sheet 
Shell :: fatal error: jansson.h: Aucun fichier ou dossier de ce type 
Shell :: docker save current state 
Shell :: git push submodule changes to fork 
Shell :: how to stay opened ubuntu run in terminal 
Shell :: how to use set /p in bathc 
Shell :: rsync id_rsa 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =