Files
EDOKA_DMS/Git_Create.bat
2022-12-25 10:09:49 +01:00

8 lines
194 B
Batchfile

touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin https://gitea.shubweb.ch/shu/EDOKA_DMS.git
git push -u origin main
pause