delete git branch remote
// delete branch locally
git branch -d localBranchName
//delete local branch that is unmerged
git branch -D localBranchName
// delete branch remotely
git push origin --delete remoteBranchName// delete branch locally
git branch -d localBranchName
// delete branch remotely
git push origin --delete remoteBranchName
// refresh branch list
git fetch -pgit push <remote_name> --delete <branch_name>git push --delete remoteName branchNamegit branch -r -d remoteBranchNamegit push -d origin <branch_name>
Also in C++:
- how to use openvpn linux terminal
- verificaçao ficheiro linux bash
- how to activate administrator account in windows 10 command prompt
- sed delete line with match
- ubuntu terminal how to copy and move file
- set default terminal ubuntu
- godot mask over mask
- shell script variables not working
- diff between user variables and system variables
- wondershaper
- how to install npm packages
- how to restart the network in ubuntu
- deno bundler
- update angular
- linux vi
- how to revert a git stash
- npm install yarn equivalent
- multer github
- aws cli create sqs queue
- tr command
- bash loop over files with extension
- centos install vim
- Listener kali linux
- e package 'oracle-java8-installer' has no installation candidate ubuntu 16.04