随笔分类 - git
摘要:git 拉取远程代码 || 利用vscode编辑器自带了git,可在ctrl+~打开控制台拉取代码,非常好用哦~在实际项目开发过程中,往往是已经存在远程项目了,我们定义的需求是只需要简单的操作git,能够上传和下拉最新代码。模拟小白需求: 第一步:拉取远程代码git clone https://gi
阅读全文
摘要:git的基本操作 1、加入缓存 1 git add . 2、拉到本地 1 git pull origin feat_4st_phase 1 git pull origin feat_admin_1st_phase 3、提交commit 1 git commit -m 4、推到仓库 1 git pus
阅读全文