Initial
This commit is contained in:
8
Git_Create.bat
Normal file
8
Git_Create.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user