urbackup_backend/checkout_client.bat
2013-06-26 17:14:48 +02:00

10 lines
228 B
Batchfile

if not exist client git clone -b next http://urpc.dyndns.org/git/urbackup_frontend_wx client
cd client
git fetch
git checkout -b feature-quota origin/feature-quota
git checkout feature-quota
git reset --hard
git pull