Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git push set upstream

git push --set-upstream origin <branch>
Comment

add upstream in git

# checking the url of remotes
git remote -v

# add another url to git
git remote add upstream <url>

# now you can use

git pull upstream master (or other branch names)

upsteam is the standard name used, but you can change it if you want to
Comment

git remote add upstream

git remote add upstream GIT_DIR
Comment

git push set upstream

git push --set-upstream <github repo url>
Comment

PREVIOUS NEXT
Code Example
Shell :: firewall-cmd status 
Shell :: gitlab set ssh key 
Shell :: borrar una rama git 
Shell :: flutter create new project 
Shell :: shell: search a string if it contains another string 
Shell :: show git tree in terminal 
Shell :: evillimiter: command not found 
Shell :: change default directory of the server 
Shell :: install flask on ubuntu 
Shell :: Reset Gnome desktop settings to factory defaults 
Shell :: linux open file explorer from terminal 
Shell :: set domain name for localhost ubuntu 
Shell :: install dirsearch 
Shell :: increase ssh session timeout linux 
Shell :: ubuntu video player 
Shell :: chmod files 644 directories 755 
Shell :: vscode running scripts is disabled on this system 
Shell :: notebook 
Shell :: linux capitalize string using tr 
Shell :: bash print hostname 
Shell :: linux generate csr 
Shell :: linux trim all lines in file 
Shell :: getkirby install editor 
Shell :: install bin on ubuntu 
Shell :: install rvm ubuntu 20.04 
Shell :: how to find current active yarn resource manager 
Shell :: install gromit-mpx to mint 
Shell :: how to update discord ubuntu 
Shell :: install rustup 
Shell :: bash dev/null 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =