Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
git:alias [13/03/2021 14:23]
seb
git:alias [13/03/2021 14:24] (Version actuelle)
seb
Ligne 16: Ligne 16:
     cl = gc --prune=now     cl = gc --prune=now
     alias = "!git config -l | grep alias"     alias = "!git config -l | grep alias"
-    prod = "!git checkout master && git pull && git merge dev && git push && git checkout dev" +    prod = "!git pull && ​git checkout master && git pull && git merge dev && git push && git checkout dev" 
-    preprod = "!git checkout preprod && git pull && git merge dev && git push && git checkout dev"+    preprod = "!git pull && ​git checkout preprod && git pull && git merge dev && git push && git checkout dev"
     info = "!git config --get remote.origin.url"​     info = "!git config --get remote.origin.url"​
 </​code>​ </​code>​
  • Dernière modification: 13/03/2021 14:24