Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: kill nohup process 
Shell :: install gstreamer ubuntu 
Shell :: install next globally 
Shell :: git reset keep changes 
Shell :: command to check what version of django is installed 
Shell :: node js download ubuntu 
Shell :: run laravel git project 
Shell :: make fish as default 
Shell :: kill xcode from command line 
Shell :: how to install firebase in ubuntu 
Shell :: how to download workbench for linux 
Shell :: cf rolling restart 
Shell :: ubuntu proxmox guest agent 
Shell :: uninstall pyqt5 
Shell :: List User Accounts Mac 
Shell :: add changes to last commit 
Shell :: zsh: command not found: flutter 
Shell :: delete package on linux 
Shell :: upgrade shell tty 
Shell :: git can we reset a new branch to a specific commit 
Shell :: zip not found 
Shell :: ionic capacitor v3 run android livereload 
Shell :: ifconfig not found ubuntu 
Shell :: powershell beeb 
Shell :: install transmission ubuntu 
Shell :: install tkinter 
Shell :: composer remove package 
Shell :: code not found zsh 
Shell :: uninstall vmware workstation 
Shell :: pypdf2 install 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =