Github基本使用 5 November 2020·25 words·1 min Table of Contents 下载 更新上传 Table of Contents 下载 更新上传 又是不记一下立马就会忘的东西 下载 # git clone https://github.com/ljahum/xxxxxxxx 更新上传 # 向文件夹内传入新文件后 更新.git git add . 添加备注 git commit -m "frist commit" Pash回原来的位置(我这里是main) git push -u origin main