github delete branch
// 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# Fetch changes from all remotes and locally delete
# remote deleted branches/tags etc
# --prune will do the job :-;
git fetch --all --prune$ git branch -d branch_name
$ git branch -D branch_name
Also in C++:
- cmder search histroy
- batch directory
- how to store a 6 digit number as 6 separate integers
- install fzf redhat 8
- nuxt install pug
- command filter folder
- automator save pdf to downloads
- heroku logs
- brew
- how to update a local project from git
- gradle init java application
- npm install redux thunk
- how to remove remote origin git
- windows powershell symlink
- install node in redhat linux
- remove symbolic link
- install vue cli
- how to install deb file in kali linux
- get the latest file in a directory powershell
- how to ignore modified file in git
- openssh client for windows 10
- ubuntu burg install
- show version laravel
- sed remove last 3 lines