5 lines
126 B
Batchfile
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 |