Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git tag a previous commit

git tag -a v1.2 9fceb02 -m "Message here"
Comment

git tag from commit

$ git tag <tag_name> HEAD   (for the last commit)
Comment

git tag older commit

git tag v1.2 9fceb02
Comment

PREVIOUS NEXT
Code Example
Shell :: install wine in ubuntu 20.04 
Shell :: using scp with ssh with server credentials 
Shell :: get battery level via cmd 
Shell :: add ssh public key to server 
Shell :: git diff of a file 
Shell :: bundle uninstall old gems 
Shell :: how to locate a file in linux 
Shell :: how to ignore .idea in Github 
Shell :: error: snap "gimp" has "install-snap" change in progress 
Shell :: import bjson mongodb 
Shell :: raspberry remote 
Shell :: initialize a local repository 
Shell :: spoof commit date 
Shell :: show other systems in the pc or laptop in the grub 
Shell :: vi replace pattern 
Shell :: install pup command 
Shell :: rpi install kodi 
Shell :: cli50 install with pip3 
Shell :: bash add default argument 
Shell :: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 
Shell :: aws create repository cli 
Shell :: how to setup pre commit hook on my local 
Shell :: ansible playbook to set passwordless sudo 
Shell :: script delete files older than 
Shell :: linux screenshot shortcut 
Shell :: how to run r in docker 
Shell :: remote host identification has changed 
Shell :: modifier un nom de branche git 
Shell :: git pull rebase command 
Shell :: rename git repository command line 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =