仓库 git clone [url] 配置 git config [--global] user.name "[name]" git config [--global] user.email "[email address]" 提交 git add [dir] git commit -m [message] git push [remote] [branch] 同步 git remote show [remote] git pull [remote] [branch]