Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git checkout tag

git fetch --tags # fetch latests tag, you can use `git pull` too if you want
git checkout <your tag here> # checkout code to the specified tag
Comment

git checkout tag

$ git checkout tags/<tag_name> -b <branch_name>
Comment

git tag checkout

$ git checkout tags/v1.0 -b v1.0-branch

Switched to a new branch 'v1.0-branch'
Comment

PREVIOUS NEXT
Code Example
Shell :: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root? 
Shell :: how to install the app of specific version in laravel 
Shell :: debian change time command line 
Shell :: batch script loop 
Shell :: how to run exe file with shell 
Shell :: git remove folder from cache 
Shell :: how to kill process in linux by name 
Shell :: kubernetes command line to scale down pods 
Shell :: how to run .sh file in background linux 
Shell :: ingnore large files in github 
Shell :: Ubuntu open terminal in current folder with shortcut 
Shell :: linux terminal commands 
Shell :: loop over file bash 
Shell :: kubectl neat 
Shell :: cmake run cmake clean 
Shell :: how to install julia on ubuntu 
Shell :: cmake install 
Shell :: how to connect to heroku app using git remotely 
Shell :: gitlab create branch 
Shell :: angular add modulee 
Shell :: create batch file to delete folders 
Shell :: cloning a repository that says not found 
Shell :: flutter@f1 
Shell :: mongodb installation on mac 
Shell :: how to run spigot server using bat 
Shell :: warning unprotected private key file ec2 
Shell :: git squash last 2 commits 
Shell :: prettier install using npm 
Shell :: check files that was changed in a particular git commit 
Shell :: install homebrew 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =