Files
EDKB08_DMS/GitInit.bat
2022-12-27 08:48:16 +01:00

5 lines
126 B
Batchfile

git init
git commit -m "first commit"
git remote add origin git@localhost:shu/EDKB08_DMS.git
git push -u origin main
pause