Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add remote branch git

git remote add github git://github.com/jdoe/coolapp.git
git fetch github
Comment

push new branch to remote

# to create a new local branch
git branch <branch-name>

# to push it to the remote repository
git push -u origin <branch-name>
Comment

How to add remote branch

1. git remote add originh360 link
2. git remote -v
3. git pull origin originbranch name
4. git push branch_name
5. merge request Accept
6. Server Update
Comment

PREVIOUS NEXT
Code Example
Shell :: kill process in windows 
Shell :: how to get the number of lines in a file 
Shell :: windows 10 install wsl2 
Shell :: how to config username and email in git 
Shell :: push to specific remote branch 
Shell :: git delete all remote branches except master 
Shell :: r installation on ubuntu 
Shell :: remove all containers docker 
Shell :: center table markdown github 
Shell :: git checkout previous commit HEAD 
Shell :: install kafka windows 
Shell :: git user config 
Shell :: linux external hard drive chmod 
Shell :: ionic capacitor splash screen generator 
Shell :: installing a downloaded package in ubuntu 
Shell :: stop port 
Shell :: size of folder 
Shell :: how to zip my files without ds_store 
Shell :: nvm command node not found 
Shell :: geopandas install windows 
Shell :: standard_init_linux.go:178: exec user process caused "exec format error" 
Shell :: heroku upload local database 
Shell :: set executable permissions linux 
Shell :: how to open terminal as administrator in ubuntu 
Shell :: bin/magento command not found 
Shell :: grep recursive file extension 
Shell :: unmount linux disk 
Shell :: Installing ipython-sql in Jupyter 
Shell :: change message from last pushed commit 
Shell :: how to get homebrew 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =