urbackup_backend/checkout_client.bat
2014-03-09 22:30:08 +01:00

10 lines
201 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 next origin/next
git checkout next
git reset --hard
git pull