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