Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 164 Bytes

File metadata and controls

10 lines (6 loc) · 164 Bytes

git remote set-url origin git@github.com:RealTapeL/RealTapeL.github.io.git

git init

git add .

3. 提交

git commit -m "提交md文档"

git push -u origin main