Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to clone a specific git tag

git clone --depth 1 --branch <tag_name> <repo_url>
Comment

git clone tag

Use the command:

git clone --help
to see whether your git supports the command

git clone --branch tag_name
If not, just do the following:

git clone repo_url 
cd repo
git checkout tag_name
Comment

PREVIOUS NEXT
Code Example
Shell :: install paho mqtt client raspberry pi 
Shell :: how to create a shortcut in a batch file 
Shell :: docker ps with ip 
Shell :: get public ipv6 linux 
Shell :: ubuntu adduser 
Shell :: error installing drivelist npm 
Shell :: how to make a beep in cmd 
Shell :: change default editor linux 
Shell :: express-generator ejs 
Shell :: cronjob run every hour 
Shell :: nmap linux 
Shell :: zsh get current theme 
Shell :: bash wait until file exists 
Shell :: gitignore for django project 
Shell :: ubuntu server restart 
Shell :: how to kill vscode linux 
Shell :: vite starting comand 
Shell :: dbeaver install ubuntu 
Shell :: mac refresh terminal 
Shell :: term environment variable not set 
Shell :: timeshift install 
Shell :: install docker-compose ec2 
Shell :: bz2 unzip 
Shell :: update linux command 
Shell :: ufw allow port range 
Shell :: debuild: command not found 
Shell :: connect to specific wifi decive fedora 
Shell :: git check current brach 
Shell :: edit iptables 
Shell :: how to run shell script in linux 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =