常用命令:

git clone;克隆;

git  fetch;检出;

git checkout;切换;

git pull;更新;

git add;添加;

git commit;提交到本地;

git push;提交到服务器;

git merge;合并分支;