mardi 16 juillet 2013

GIT PUSH sur tous les projets

@echo off
echo "PUSH ALL"
for /d %%i in (*) do git --git-dir="%%i\.git" push --verbose


Un petit script pour faire un GIT PUSH sur tous les projets... Pratique ! ;o)

Aucun commentaire:

Enregistrer un commentaire