7 lines
199 B
Plaintext
7 lines
199 B
Plaintext
|
touch README.md
|
||
|
git init
|
||
|
git checkout -b main
|
||
|
git add README.md
|
||
|
git commit -m "first commit"
|
||
|
git remote add origin http://120.26.250.224:3001/stone/current_test_repositroy.git
|
||
|
git push -u origin main
|