常用Git命令

工作目录 | 暂存区域 | Git仓库 | Git服务器

git commit - 本地提交

git diff --staged - 对比差异

git clone - 克隆单个代码库

Repo sync - 同步/下载全部代码

git push - 上传代码到指定远程仓库

Repo upload - 上传代码到代码评审系统