这是本文档旧的修订版!
安装
仓库
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]
软件:git
这是本文档旧的修订版!
安装
仓库
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]