初始化git仓库的方法命令行指令Git 全局设置```
git config --global user.name "user_name"
git config --global user.email "user_email@mail.com"
```创建新版本库```
git clone https://code.aliyun.com/你的git地址.git
cd house
touch README.md
git add README.md
git commit -m "add README"
git push
2019-07-29
云服务商
阿里云 git aliyun