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 :: how to backup db mysql from cli 
Shell :: mkdir -p vs mkdir 
Shell :: spectacle linux 
Shell :: cargo test specific test 
Shell :: add group docker compose 
Shell :: what is remote repository 
Shell :: connect to heroku cli 
Shell :: install insomnia in ubuntu 
Shell :: changing folder permission in linux 
Shell :: view all of your git settings 
Shell :: linux zip file 
Shell :: static ip wsl2 
Shell :: git a clean history 
Shell :: bash: /usr/local/bin/firebase: Permission denied 
Shell :: cookiecutter 
Shell :: concatenate strings bash 
Shell :: installing font awesome brand icons 
Shell :: add folders to gitignore 
Shell :: ubuntu 
Shell :: adding to git 
Shell :: where to store env file in firebase functions 
Shell :: .gitignore add directory 
Shell :: how to setup path using git bash in windows 
Shell :: merge pdf in linux 
Shell :: fstab sshfs 
Shell :: pip for pyhton 3.8 
Shell :: dockerfile copy folder to container 
Shell :: mac format drive for windows 
Shell :: install fm migrate 
Shell :: transfer git repo from gitlab to github 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =