mirror of
https://github.com/simh/simh.git
synced 2026-01-25 11:46:37 +00:00
Visual Studio Projects: Update Win32-Development-Binaries-README
This file is the README which will land in a newly reset Win32-Development-Binaries repository. It has been revised to suggest that forking the Win32-Development-Binaries repo need never be done and is only wasteful of space on GitHub.
This commit is contained in:
@@ -130,7 +130,7 @@ if "%1" neq "reset" goto GitAddNew
|
||||
:GitSetup
|
||||
if exist .git rmdir/q/s .git
|
||||
if exist *.zip del *.zip
|
||||
copy /y "%~p0README.md" .\
|
||||
copy /y "%~p0Win32-Development-Binaries-README.md" .\README.md
|
||||
git init
|
||||
git add README.md
|
||||
git commit -m "Initializing the Windows Binary repository"
|
||||
|
||||
Reference in New Issue
Block a user