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 :: fusion 360 on linux 
Shell :: video editor linux 
Shell :: set zsh as default shell 
Shell :: changing git remote url 
Shell :: array length bash 
Shell :: checking service status in linux 
Shell :: how to install graphviz jupyter 
Shell :: bash get first n characters 
Shell :: linux port 
Shell :: microsoft-todo-unofficial ubuntu 
Shell :: kill all process 
Shell :: git get local branches 
Shell :: rename pc powershell 
Shell :: centos speedtest 
Shell :: find command in unix 
Shell :: how to install sublime text arch linux 
Shell :: linux && 
Shell :: bash store file in array 
Shell :: ssh key pair github 
Shell :: install opencv 
Shell :: ubuntu 755 and 644 
Shell :: unstage files in git 
Shell :: How to remove docker.io from Ubuntu? 
Shell :: gnutls_handshake() failed: An unexpected TLS packet was received. 
Shell :: bash array of strings 
Shell :: git commit current changes to existing branch 
Shell :: how to install ssh server on ubuntu 16.04 
Shell :: set multiple git username and password 
Shell :: install vue-material 
Shell :: wine ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =