Horje
delete a git branch Code Example
delete a git branch
# delete branch locally
git branch -d <branchName>
#example 
git branch -d test
# you add ,commit but not merged and can not delete the branch , use this one
#just use capital D 
git branch -D <branchName> 
#example 
git branch -D test




Shell

Related
git change branch Code Example git change branch Code Example
ubuntu navigate to directory in windows Code Example ubuntu navigate to directory in windows Code Example
git checkout previous commit HEAD Code Example git checkout previous commit HEAD Code Example
bash maximum running time Code Example bash maximum running time Code Example
docker copy file not found Code Example docker copy file not found Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8