how to create a branch in git
$ git checkout -b [name_of_your_new_branch]// delete branch locally
git branch -d localBranchName
// delete branch remotely
git push origin --delete remoteBranchName
$ git branch [name of branch]$ git fetch [name_of_your_remote]$ git push [name_of_your_new_remote] [url]$ git remote add [name_of_your_remote] [name_of_your_new_branch]
Also in Shell:
- how to delete files in linux
- install linuxbrew
- ngb-tabset install
- git amend
- git revert merge
- install flask
- install .net core sdk on linux
- undo git pull origin master into feature branch
- how to install node fetch
- driver hosts file
- bily-101 github
- show output after a keyword in shell script in a file
- repo from bitbucket to github
- babel json loader
- bash ls exclude file
- vant github
- pod update specific pod
- bash compare two strings
- how to check date is older than x days in shell script
- npm run custom script
- optional argument bash
- install particular version of laravel
- bash check if process is running by name
- remove all files with no extention rm