标签:model tab variable ash tps contain 如何 com ref
选择你喜欢的盘,傻瓜式安装
注册一账号 登录
1.右上角 有个 + ,点开,选择 new repository
2.输入仓库名称 和描述,创建
在你的项目中右键 -》git bash here
git add . //添加所有文件
git commit -m "你的本次做了什么事情"
//如果是第一次使用git 需要配置一下个人信息
//git config --global user.email "11@qq.com"
//git config --global user.name "haomeili"
git remote add origin https://github.com/haoliuting/umall_admin.git
git push -u origin master
询问你的github的账号和密码,输入即可
git clone https://github.com/haoliuting/umall_admin.git
git add .
git commit -m "描述"
?
git pull //如果一旦有变化,那么需要重新 add commit pull
git push
git pull
标签:model tab variable ash tps contain 如何 com ref
原文地址:https://www.cnblogs.com/ximenchuifa/p/13823487.html