随笔分类 -  GIT

git的撤销操作:reset、checkout和revert
摘要:https://segmentfault.com/a/1190000009126517 https://blog.csdn.net/weixin_44815943/article/details/113527031 https://blog.csdn.net/weixin_44815943/arti 阅读全文

posted @ 2022-04-18 11:43 lh03061238 阅读(131) 评论(0) 推荐(0)

git reset HEAD 与 git reset --hard HEAD的区别 天地逍遥
摘要:https://www.jianshu.com/p/aeb50b94e6c0 https://www.jianshu.com/p/c2ec5f06cf1a https://blog.csdn.net/weixin_34217711/article/details/89325384?spm=1001. 阅读全文

posted @ 2022-04-18 11:37 lh03061238 阅读(36) 评论(0) 推荐(0)

git add -A 和 git add . 的区别详解
摘要:参考: https://www.jb51.net/article/191458.htm 阅读全文

posted @ 2022-04-18 11:36 lh03061238 阅读(39) 评论(0) 推荐(0)

参与linux社区
摘要:如何订阅linux邮件列表 https://blog.csdn.net/flyingnosky/article/details/100071996 订阅Linux内核的邮件列表 https://www.cnblogs.com/EasonJim/p/6088839.html 内核社区的中心是内核邮件列 阅读全文

posted @ 2022-04-15 15:14 lh03061238 阅读(75) 评论(0) 推荐(0)

git制作补丁
摘要:Git 补丁— diff 和 patch 使用详解 https://blog.csdn.net/IT_xiao_bai0516/article/details/121619389 使用git diff生成补丁 https://www.sunzhongwei.com/git-diff-generate 阅读全文

posted @ 2022-04-15 11:17 lh03061238 阅读(178) 评论(0) 推荐(0)

git commit-S和-S有什么区别?
摘要:-S(缩写为--gpg-sign)使用gnupg对提交进行签名,并在其中添加一个PGP签名。这是一个加密签名,证明gpg密钥的所有者或有权访问它的参与者正在进行提交/标记 -s(是--signoff的缩写)在提交消息的末尾添加“Signed-off-by: Username<Email>”。任何人都 阅读全文

posted @ 2022-04-15 11:07 lh03061238 阅读(1278) 评论(0) 推荐(1)

git diff、git diff head、git diff --cached三者详细区分
摘要:参考: https://www.cnblogs.com/fighxp/p/14446712.html git diff 文件对比git diff filepath 工作区与暂存区比较git diff HEAD filepath 工作区与HEAD ( 当前工作分支) 比较git diff --stag 阅读全文

posted @ 2022-04-15 11:03 lh03061238 阅读(294) 评论(0) 推荐(0)

patch相关操作
摘要:Linux中patch文件的产生与使用 https://blog.csdn.net/yu_yuan_1314/article/details/9700831?spm=1001.2101.3001.6650.3&utm_medium=distribute.pc_relevant.none-task-b 阅读全文

posted @ 2022-03-28 16:56 lh03061238 阅读(42) 评论(0) 推荐(0)

git format-patch 用法
摘要:git format-patch 用法 https://blog.csdn.net/xzongyuan/article/details/9425739 使用Git生成patch和应用patch,看完这一篇文章就全懂了 https://baijiahao.baidu.com/s?id=16243340 阅读全文

posted @ 2022-03-28 15:36 lh03061238 阅读(572) 评论(0) 推荐(0)

Git相关配置
摘要:如何提交kernel patch https://blog.csdn.net/mxcai2005/article/details/116003576 重点关注此博文 如何使用git send-email https://blog.csdn.net/jjw97_5/article/details/44 阅读全文

posted @ 2022-03-24 10:47 lh03061238 阅读(32) 评论(0) 推荐(0)

Gerrit代码检视工具
摘要:https://www.jianshu.com/p/b77fd16894b6 阅读全文

posted @ 2022-03-23 15:42 lh03061238 阅读(102) 评论(0) 推荐(0)

导航