Git 基本操作 https://www.runoob.com/git/git-basic-operations.html

git clone 拷贝一份远程仓库,也就是下载一个项目。
git push 上传远程代码并合并
git commit 提交暂存区到本地仓库。

posted on 2022-09-29 11:56  高达  阅读(39)  评论(0)    收藏  举报

导航