上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 107 下一页
摘要: 转自:https://segmentfault.com/q/1010000000156026 1. git 切换分支的时候 是否需要提交当前已经修改的 也就是说其实看到的工作区和暂存取stage是一样的?是共享的。 阅读全文
posted @ 2022-08-25 09:19 lypbendlf 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/fireporsche/p/9359130.html https://www.panyanbin.com/article/ff4e1f85.html 1.三种类别 仓库级别 local 【优先级最高】 用户级别 global【优先级次之】 系统级 阅读全文
posted @ 2022-08-24 10:38 lypbendlf 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.liaoxuefeng.com/wiki/896043488029600/900375748016320 https://www.runoob.com/git/git-push.html 1.push命令 推送分支,就是把该分支上的所有本地提交(commit)推送到远程 阅读全文
posted @ 2022-08-22 23:33 lypbendlf 阅读(8231) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.liaoxuefeng.com/wiki/896043488029600/897013573512192 https://vue3js.cn/interview/git/git%20reset_%20git%20revert.html#一、是什么 1.reset命令 r 阅读全文
posted @ 2022-08-20 22:34 lypbendlf 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 1.将本地和远程分支建立映射关系 转自:https://lhajh.github.io/git/2017/01/20/git-local-branch-and-remote-branch-establish-mapping-relationship.html 建立本地分支与远程分支的映射关系(或者为 阅读全文
posted @ 2022-08-20 18:15 lypbendlf 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 转自:https://juejin.cn/post/6844903654311510030 1.工作区、暂存区、版本库 工作区(Working Directory) 是直接编辑的地方,直接操作。 暂存区(Stage 或 Index) 数据暂时存放的区域。 版本库(commit History) 存放 阅读全文
posted @ 2022-08-20 17:56 lypbendlf 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 转自:https://juejin.cn/post/6844903986839945229 1.内容 .git% ls -lh total 40 -rw-r--r-- 1 x staff 15B 8 10 00:20 COMMIT_EDITMSG -rw-r--r-- 1 x staff 23B 8 阅读全文
posted @ 2022-08-20 16:43 lypbendlf 阅读(543) 评论(0) 推荐(0) 编辑
摘要: 1.from_unxitime https://blog.csdn.net/fdipzone/article/details/51018930 格式化linux时间戳,一般使用字段类型int(11)时间戳来保存时间,这样方便查询时提高效率。 mysql提供了一个时间戳格式化函数from_unixti 阅读全文
posted @ 2022-08-19 14:20 lypbendlf 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/zhangbaolin/article/details/43155771 1.介绍 1.1 单元走读 关注的是“单元”,一般是一个方法或一个类,要找的错误还是代码层面的错误,比如数据库网络资源的回收、一些异常的捕捉、空指针的检查及关键字比如final 阅读全文
posted @ 2022-08-18 23:27 lypbendlf 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.jianshu.com/p/df6c3f14f7f7 1.新建git用户 注意要选择管理员角色。 在系统偏好设置->共享 中,选择远程登录,勾选git用户允许访问。 2.Git server设置 本地开一个终端,默认用户登陆, ssh git@yourComputerN 阅读全文
posted @ 2022-08-10 09:46 lypbendlf 阅读(1037) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 107 下一页