Retourner au contenu associé (entrée de forum : [GIT] Proxy git / Composer / Symfony)
Posté par NeoX le 08 mars 2013 à 13:52. En réponse au message [GIT] Proxy git / Composer / Symfony. Évalué à 2. Dernière modification le 08 mars 2013 à 13:53.
exemple avec un script shell
case 1ドル in init) git clone http://github.com/projetA git clone http://guthub.com/projetB ... ;; refresh) git pull projetA git pull projetB ... ;; purge) rm -r projetA rm -r projetB ... *) echo "Use with : 0ドル <init|refresh|purge>" ;; esac
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# un script shell ou avec un makefile pour gerer les dependances
Posté par NeoX . En réponse au message [GIT] Proxy git / Composer / Symfony. Évalué à 2. Dernière modification le 08 mars 2013 à 13:53.
exemple avec un script shell