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

push to a new remote branch

git push <remote-name> <local-branch-name>:<remote-branch-name>
Comment

PREVIOUS NEXT
Code Example
Shell :: where is ubuntu installed in windows 10 
Shell :: how to put a youtube video in github description 
Shell :: ubuntu fractional scaling 
Shell :: powershell start a process and wait for it to finish 
Shell :: how to install mvnw 
Shell :: gunicorn 
Shell :: git remove from history 
Shell :: ssh 
Shell :: bbb secret key 
Shell :: open video linux terminal 
Shell :: sed delete line before match 
Shell :: how to upgrade pnpm 
Shell :: make tarball backup of director 
Shell :: git set-url no such remote origin 
Shell :: how to fork from github to bitbucket 
Shell :: saving fonts on linux for figma 
Shell :: how to use brew to install ganache 
Shell :: immutable byte ssh 
Shell :: certbot apache subdomain 
Shell :: git move file 
Shell :: linux find and remove bom from files 
Shell :: github push code from one repo to another 
Shell :: git untag 
Shell :: phpinfo cli 
Shell :: mac tftp server directory 
Shell :: github gist api 
Shell :: how to push to git hub 
Shell :: open jar file with command prompt 
Shell :: install sdl msys2 
Shell :: add folder to github 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =