准备工作
待补充
clone已有的仓库
$ git clone [email protected]:username/project.git
$cd project //进入到clone到本地的仓库目录中
提交
$ git add changedfile.c
$ git commit -m "information for this commit"
$git push //更新github上的仓库
以上两条已经足够基础的仓库控制
待更新
时间: 2024-10-29 10:46:32