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 :: manjaro teamviewer 
Shell :: npm Error: EACCES: permission denied, scandir 
Shell :: windows view processes command line 
Shell :: Could not find tools.jar. Please check that /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home contains a valid JDK installation. 
Shell :: linux view running jobs 
Shell :: create sbt project 
Shell :: find which process is using port mac 
Shell :: TypeError: lookups.flatMap is not a function 
Shell :: foreach bash 
Shell :: mongodb create collection 
Shell :: git undo last commit 
Shell :: install woeusb in ubuntu 
Shell :: how to commit to github from terminal mac 
Shell :: connect ps4 controller to pc linux 
Shell :: git push error 
Shell :: install solana linux 
Shell :: pip install update 
Shell :: vite starting code 
Shell :: remove all docker containers 
Shell :: ubuntu 20.04 how to stop apache2 from starting on startup 
Shell :: tcpdump get dhcp packets 
Shell :: center dock icons ubuntu 
Shell :: install tor linux 
Shell :: git config credential.helper cache 
Shell :: npm clear cache 
Shell :: split big file into smaller parts 
Shell :: rmdir: failed to remove ‘’: Directory not empty 
Shell :: docker ps view command 
Shell :: INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.*.version signatures do not match previously installed version; ignoring! 
Shell :: sqlmap get injection 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =