GIT命令

创建仓库:git clone
在创建的git仓库下右键:Git Bash Here
git status
git add .
git status
git commit -m "web+app的UI自动化脚本"
git push origin master


以上上传代码


下载代码:
git pull origin master


要先注册git邮箱与用户名

git  clone git@ip:sdg_group/lightningdog.git  -b developer

原文地址:https://www.cnblogs.com/lelexiong/p/10135133.html