添加 commit init command
This commit is contained in:
7
commit init command
Normal file
7
commit init command
Normal file
@ -0,0 +1,7 @@
|
||||
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
|
Reference in New Issue
Block a user