mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
10 lines
228 B
Batchfile
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
|