Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

pull a specific branch from github

git checkout -b <branch name>
git pull origin <branch name>
Comment

how to pull from specific branch

git pull origin <branch>
Comment

how to pull down a specific branch from github

git clone -b <branch> <remote_repo>
Comment

PREVIOUS NEXT
Code Example
Shell :: xrdp choose desktop environment 
Shell :: redis install 
Shell :: ssh upload file to server 
Shell :: powershell import module 
Shell :: rsync ssh 
Shell :: Docker - Container is not running 
Shell :: torch 1.1.0 install 
Shell :: gulp-gzip 
Shell :: github add all files/directories and subdirectories 
Shell :: apt get update upgrade linux 
Shell :: bash script cd into script dir 
Shell :: print value mongodb shell 
Shell :: docker start container 
Shell :: list all files in a directory linux 
Shell :: how to format usb to fat32 ubuntu 
Shell :: linux chmod permissions 
Shell :: stop elasticsearch node 
Shell :: laravel setup 
Shell :: list users on server 
Shell :: open current directory 
Shell :: can i do git push to heroku branch which isnt a master or main 
Shell :: bash command in variable 
Shell :: linux command to open a file 
Shell :: how to kill a service based on port number on mac 
Shell :: git remove from history 
Shell :: open /var/lib/docker/tmp/buildkit-mount140273675/Dockerfile.base: no such file or directory 
Shell :: shell get unique lines 
Shell :: access wiindows host from wsl2 
Shell :: How to install vscode on centos 8 
Shell :: how to check reportlab version 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =