计算机专业设计一个网站,网站动态交互,成都 专业 网站建设,如何查公司名字是否被注册一、项目背景
打比赛#xff0c;多个人合作#xff0c;选择github#xff0c;顺便了解下git的代码操作。
二、步骤
2.1 新建仓库 2.2 打开你要上传到库的项目 2.2 选择 Git Bash Here
输入指令
git init 2.3 查找github的仓库 2.2 将文件放入暂缓区
git add . 2.3填写…一、项目背景
打比赛多个人合作选择github顺便了解下git的代码操作。
二、步骤
2.1 新建仓库 2.2 打开你要上传到库的项目 2.2 选择 Git Bash Here
输入指令
git init 2.3 查找github的仓库 2.2 将文件放入暂缓区
git add . 2.3填写说明描述 git commit -m 说明’ 2.4 绑定仓库
git remote add origin https://gitee.com/仓库里面的 2.7 选择分支
$ git pull --rebase origin 选择分支2.8 成功 小知识
pill是合并差异
push: 直接覆盖