Project

General

Profile

Download (175 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / workspace / sitools-build / scripts / clone-tag.bat @ master

1
::%1 correspond à l'url du dépot 
2
::%2 correspond au dossier destination du clone
3
::%3 correspond au nom du tag à récupérer
4
git.exe clone %1 %2
5
cd %2
6
git.exe checkout %3