2022年4月15日

参与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 阅读(60) 评论(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 阅读(166) 评论(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 阅读(1019) 评论(0) 推荐(0) 编辑

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 阅读(269) 评论(0) 推荐(0) 编辑

configure/autoconf/automake文件相关

摘要: 弄懂autoscan, autoconf, automake, Makefile.am https://blog.csdn.net/qingzhuyuxian/article/details/82702412?utm_medium=distribute.pc_relevant.none-task-b 阅读全文

posted @ 2022-04-15 08:34 lh03061238 阅读(29) 评论(0) 推荐(0) 编辑

导航