mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
10 lines
210 B
Batchfile
10 lines
210 B
Batchfile
if not exist client git clone -b next http://buildserver.urbackup.org/git/urbackup_frontend_wx client
|
|
|
|
cd client
|
|
|
|
git fetch
|
|
git checkout -b next origin/next
|
|
git checkout next
|
|
git reset --hard
|
|
git pull
|