[Divers] Git

Git [Divers] - Divers - Programmation

Marsh Posté le 15-09-2021 à 10:07:34    

Bonjour en installant une appli j'ai recopier comme un bourrin les lignes suivantes :

Code :
  1. cd /var/www/html/MaarchCourrier/
  2. git clone -b 20.10 https://labs.maarch.org/maarch/MaarchCourrier .
  3. git checkout tags/$(git tag --sort=committerdate | grep -E '20.10.+([0-9])$' | tail -1) -b $(git tag --sort=committerdate | grep -E '20.10.+([0-9])$' | tail -1)
  4. git config core.fileMode false


 
Le problème est que la version actuelle est la 21.03 comment faire pour supprimer la branche locale (20.10) ?


---------------
0 118 999 881 999 119 725 ...... 3 -
Reply

Marsh Posté le 15-09-2021 à 10:07:34   

Reply

Marsh Posté le 15-09-2021 à 14:49:12    

Jaxom31 a écrit :

Bonjour en installant une appli j'ai recopier comme un bourrin les lignes suivantes :

Code :
  1. cd /var/www/html/MaarchCourrier/
  2. git clone -b 20.10 https://labs.maarch.org/maarch/MaarchCourrier .
  3. git checkout tags/$(git tag --sort=committerdate | grep -E '20.10.+([0-9])$' | tail -1) -b $(git tag --sort=committerdate | grep -E '20.10.+([0-9])$' | tail -1)
  4. git config core.fileMode false


 
Le problème est que la version actuelle est la 21.03 comment faire pour supprimer la branche locale (20.10) ?


 
 
git checkout 21.03 pour basculer sur la 21.03 suivi de git branch -d 20.10  :sarcastic:


---------------
There's more to life than the boy in that mirror.
Reply

Marsh Posté le 16-09-2021 à 13:16:18    

xtieu a écrit :


 
 
git checkout 21.03 pour basculer sur la 21.03 suivi de git branch -d 20.10  :sarcastic:


 :jap:


---------------
0 118 999 881 999 119 725 ...... 3 -
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed