
Git
easyboot
愿断一切恶,愿修一切善。
展开
-
将本地代码上传到github
1.电脑端已经安装好了git 2.在cmd中进入到你的代码目录 3. 初始化 git init 4.将当前项目添加到仓库中 git add . 5.将文件commit到仓库 git commit -m “注释" 6.在github上创建仓库 7.将本地仓库关联到github上 git remote add origin https://github.com/easyboot/InfusionBagLabel 8.上传之前,进行pull动作 g...原创 2021-12-06 17:41:22 · 171 阅读 · 0 评论 -
Git初使用!
1.首先到官网下载Git 地址:https://git-for-windows.github.io/ 目前最新的版本是 2.15.2原创 2017-12-12 10:20:09 · 187 阅读 · 0 评论