会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
紫花地丁year
博客园
首页
新随笔
联系
管理
订阅
随笔 - 62 文章 - 0 评论 - 3 阅读 -
45740
07 2023 档案
git 开发常用命令
摘要:git 中的代码,整个的流程就是上图显示的那样,代码可能会经历最多4个地方会被推送到远程 大致流程:clone 克隆远程文件到本地 => 通过编辑器编辑本地的代码(即在工作区) => pull 拉下远程的代码,可能有人提交代码到同分支 => add 添加到暂存区 => commit提交到本地仓库=>
阅读全文
posted @
2023-07-03 10:48
紫花地丁year
阅读(9)
评论(0)
推荐(0)
编辑
公告
昵称:
紫花地丁year
园龄:
4年10个月
粉丝:
0
关注:
3
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
随笔分类
bootstrap(2)
ES6(3)
git(2)
Java(4)
js(11)
node(6)
redis(1)
sql(4)
uni-app(1)
vue(9)
vue3(5)
插件(1)
浏览器(1)
效果(1)
随笔档案
2024年8月(1)
2024年4月(1)
2024年3月(2)
2023年7月(1)
2023年6月(3)
2023年3月(1)
2023年1月(4)
2022年12月(1)
2022年11月(2)
2022年9月(4)
2022年8月(2)
2022年7月(5)
2022年6月(3)
2022年5月(7)
2021年4月(3)
2021年1月(1)
2020年12月(2)
2020年11月(2)
2020年9月(2)
2020年8月(2)
2020年7月(2)
2020年6月(4)
2020年5月(7)
阅读排行榜
1. 安装nvm后,nvm不是内部命令,node也不能用了(8762)
2. nodejs配置环境变量(7997)
3. IE浏览器 时间出现NaN-aN-AN aN:aN:aN的原因(2534)
4. throw new Error("'output.filename' is required, either in config file or as --output-filename"); 为什么呢(2420)
5. npm init 生成 packagejson ‘ERR! code EINVALIDTAGNAME’问题(1732)
推荐排行榜
1. throw new Error("'output.filename' is required, either in config file or as --output-filename"); 为什么呢(4)
2. vue3+vite+js配置路径别名(1)
3. 安装nvm后,nvm不是内部命令,node也不能用了(1)
最新评论
1. Re:throw new Error("'output.filename' is required, either in config file or as --output-filename"); 为什么呢
感谢!
--oopsboom
2. Re:throw new Error("'output.filename' is required, either in config file or as --output-filename"); 为什么呢
正解 !!
--Mflash999
3. Re:throw new Error("'output.filename' is required, either in config file or as --output-filename"); 为什么呢
蟹蟹谢谢,太感谢了!
--香草凤梨
点击右上角即可分享