Initial Comit
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 http://192.168.111.81:3000/shu/EDOKA_2024.git
|
||||
git push -u origin main
|
||||
pause
|
||||
Reference in New Issue
Block a user