- gitlist.git
- scripts
- init.cmd
This file ( 791B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
@echo off
set CACHE=cache
set GIT_TEST=git-test
del /s /q %CACHE%
rmdir /s /q %CACHE%
mkdir %CACHE%
del /s /q %GIT_TEST%
rmdir /s /q %GIT_TEST%
mkdir %GIT_TEST%
copy artifacts\config.windows.ini .\config.ini
pushd %GIT_TEST%
for %%r in ("https://github.com/patrikx3/angular-compile" "https://github.com/patrikx3/onenote" "https://github.com/patrikx3/aes-folder" "https://github.com/patrikx3/ramdisk" "https://github.com/patrikx3/openwrt-insomnia" "https://github.com/patrikx3/gitlist" "https://github.com/patrikx3/gitlist-workspace" "https://github.com/patrikx3/resume-web" "https://github.com/patrikx3/service-manager-tray-for-windows" "https://github.com/patrikx3/docker-debian-testing-mongodb-stable" ) do (
echo %%r
git clone --bare %%r
)
popd
composer install
npm install