Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git clone a specific release

$ git clone github.com/mygitname/theproject --branch 1.0.2
Comment

git clone specific version

#For cloning a specific version of a repo branch find the SHA1 ID and use
#following commands instruction
git clone $URL
cd $PROJECT_NAME
git reset --hard $SHA1
git pull
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu fake camera 
Shell :: git delete origin branch 
Shell :: aws cli to increase the volume size 
Shell :: clone and remove existing git repository 
Shell :: git push default 
Shell :: linux delete files created at some year 
Shell :: how to empty text file in unix 
Shell :: git create github repo 
Shell :: screen scroll up linux 
Shell :: how to count number of running processes in windows 
Shell :: install react Spinner 
Shell :: linux services 
Shell :: batch rename folder 
Shell :: how to get visual studio code on a raspberry pi 4 
Shell :: current directory makefile 
Shell :: powershell or command prompt 
Shell :: install csfml on linux 
Shell :: yarn ubuntu 
Shell :: how to run .bashrc from .zshrc 
Shell :: git move tag position 
Shell :: git clone specific version 
Shell :: git put commit on different branch 
Shell :: how to reduce the size of an image in linux 
Shell :: Custom Bash Shell 
Shell :: python libraries for game development 
Shell :: grep after match 
Shell :: what is merge conflict in git 
Shell :: comment installer virtualbox sur kali linux 
Shell :: clone all github repos 
Shell :: enviroment variables in firebase 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =