Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

supprimer une branche locale git

git branch -d [nom-de-ma-branche] # --delete
git branch -D [nom-de-ma-branche] # --delete --force
Comment

supprimer une branch git

#delete local / distance
git push origin --delete [branch_name]
Comment

PREVIOUS NEXT
Code Example
Shell :: remove cache package arch 
Shell :: post curl request 
Shell :: flutter cocoapods not installed 
Shell :: install git on linux 
Shell :: reset gui linux 
Shell :: apt vs apt-get 
Shell :: bash scripts options 
Shell :: cmd find file dir 
Shell :: python install z3 
Shell :: bash create empty array 
Shell :: composer xampp windows 
Shell :: install python math library 
Shell :: install sqlite browser 
Shell :: windows where are pip packages installed 
Shell :: How to install p12 certificate in ubuntu 
Shell :: how to run different python version 
Shell :: bash ls command not found 
Shell :: change password linux 
Shell :: bash math expression 
Shell :: istio grafana 
Shell :: curl skip ssl 
Shell :: docker compose multiple command 
Shell :: ubuntu download file from url 
Shell :: list installed versions of node 
Shell :: git show files modified since commit 
Shell :: redwood open prisma studio 
Shell :: useful git commands 
Shell :: linux, get host user 
Shell :: uninstall dependencies yarn 
Shell :: linux size of folder and subfolders 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =