Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git checkout branch on different remote

# First fetch all new_remote refs
git fetch new_remote
# Then
git checkout -b <branchname> --track new_remote/<branchname>
Comment

PREVIOUS NEXT
Code Example
Shell :: insta hack 
Shell :: git config credential.helper cache 
Shell :: cmd taskkill 
Shell :: how to kill port in windows 
Shell :: conda install tesseract 
Shell :: how to clear docker-compose logs 
Shell :: Port 3000 is already in use, but when I try to kill nothing is found 
Shell :: batch remove double quotes from argument 
Shell :: Expose local postgres database over https 
Shell :: count number of lines in git repo 
Shell :: get string after character shell script 
Shell :: terminal delete directory not empty 
Shell :: powershell create symlink 
Shell :: docker ps view command 
Shell :: react testing using jest along with code coverage 
Shell :: change user to sudo kali 
Shell :: cargo add command not found 
Shell :: how to install steam on fedora 
Shell :: install supervisor ubuntu 20.04 
Shell :: github actions sequential jobs 
Shell :: ffmpeg mkv to mp4 
Shell :: wsl System has not been booted with systemd as init system 
Shell :: git stash apply specific stash 
Shell :: set global configuration git mac 
Shell :: az login acr -n 
Shell :: undo last commit git 
Shell :: linux require a password to open a certain file 
Shell :: git config user settup 
Shell :: remove directory from git 
Shell :: docker remove all images windows 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =