create branch in git
$ git checkout -b [name_of_your_new_branch]//Create a New Branch
git checkout -b [name_of_your_new_branch]
//First Push
git push --set-upstream origin [name_of_your_new_branch]$ git branch -a$ git remote add [name_of_your_remote] [name_of_your_new_branch]$ git push origin [name_of_your_new_branch]# Create New Branch And Switch To It
$ git checkout -b myBranchName
Also in Shell:
- linux os update
- git collab
- git replace local branch with remote
- pip install kivy
- Macbook git user config global
- ubuntu show disk space
- gcloud cd /root permission denied
- shell count number of columns
- how to insert a delimiter into an array powershell
- remove remote git
- powershell get arguments
- see git origin
- create branch in git
- tfswitch install
- display folder of path linux bashrc
- how to connect to the database as root user in linux
- how to uninstall npm package
- rails server already running
- disable open file explorer erverytime i connect usb ubuntu
- delete git origin
- git init
- npm run custom script
- start mongodb service ubuntu
- git find merge conflicts