Horje
git eliminar rama local Code Example
git eliminar rama local
git branch -d nombre_rama

# Para forzar eliminación de ramas no mergeadas:
git branch -D nombre_rama

# Para eliminar una rama remota:
git push origin :nombre_rama
Source: vabadus.es




Shell

Related
serverless log fucntion Code Example serverless log fucntion Code Example
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance Code Example xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance Code Example
Xcode is not installed or not configured properly. Download, install, set it up and run this script again Code Example Xcode is not installed or not configured properly. Download, install, set it up and run this script again Code Example
how to install kite in ubuntu Code Example how to install kite in ubuntu Code Example
how to download workbench for linux Code Example how to download workbench for linux Code Example

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