5 lines
142 B
Batchfile
5 lines
142 B
Batchfile
Git init
|
|
git remote add origin http://192.168.111.85:30000/shu/BWPMCore.git
|
|
git add .
|
|
git commit -m "Initial commit"
|
|
git push -u origin master |