tune
This commit is contained in:
parent
c8c0d98f10
commit
c4f745e12b
@ -1,8 +1,8 @@
|
|||||||
cd /D "%~dp0."
|
cd /D "%~dp0."
|
||||||
set "git=%~dp0PortableGit/bin/git.exe"
|
set "git=%~dp0PortableGit/bin/git.exe"
|
||||||
set "remoteRepo=https://gitcode.com/mq2kr3j92/HiNC-Win-Product.git"
|
set "remoteRepo=https://gitcode.com/mq2kr3j92/HiNC-Win-Product.git"
|
||||||
%git% clone %remoteRepo% HiNC
|
"%git%" clone "%remoteRepo%" HiNC
|
||||||
cd HiNC
|
cd HiNC
|
||||||
%git% remote set-url origin %remoteRepo%
|
"%git%" remote set-url origin "%remoteRepo%"
|
||||||
%git% reset --hard && %git% pull
|
"%git%" reset --hard && "%git%" pull
|
||||||
cd ..
|
cd ..
|
@ -1,8 +1,8 @@
|
|||||||
cd /D "%~dp0."
|
cd /D "%~dp0."
|
||||||
set "git=%~dp0PortableGit/bin/git.exe"
|
set "git=%~dp0PortableGit/bin/git.exe"
|
||||||
set "remoteRepo=https://HiNC-Public-Client:HiNCProduct20241117@superhightech-gitea.webredirect.org/HiNC-Deploy/HiNC-Win-Product.git"
|
set "remoteRepo=https://HiNC-Public-Client:HiNCProduct20241117@superhightech-gitea.webredirect.org/HiNC-Deploy/HiNC-Win-Product.git"
|
||||||
%git% clone %remoteRepo% HiNC
|
"%git%" clone "%remoteRepo%" HiNC
|
||||||
cd HiNC
|
cd HiNC
|
||||||
%git% remote set-url origin %remoteRepo%
|
"%git%" remote set-url origin "%remoteRepo%"
|
||||||
%git% reset --hard && %git% pull
|
"%git%" reset --hard && "%git%" pull
|
||||||
cd ..
|
cd ..
|
Loading…
x
Reference in New Issue
Block a user