|<- [[get:Renaming branches]]|[[get:Configuring the command prompt to show the branch]] ->| **git branch -d ** **git branch --delete ** Note : * il n'est pas possible d'effacer une branche qui constitue le contexte actuel. * sans option -D, l'effacement d'une branche qui n'est pas complêment mergée ne sera pas acceptée par git **git branch -D ** : force la suppression d'une branche.