添加 Home
commit
dd0108a158
|
|
@ -0,0 +1,12 @@
|
|||
git clone https://git.youzhilian.cn/guoqingshan/testproject.git
|
||||
|
||||
git checkout -b main
|
||||
|
||||
git add readme.txt
|
||||
|
||||
git commit -m "first commit"
|
||||
|
||||
git remote add origin https://git.youzhilian.cn/guoqingshan/testproject.git
|
||||
|
||||
git push -u origin main
|
||||
|
||||
Loading…
Reference in New Issue