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