上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 51 下一页
摘要: reference : http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-commands.html Systemd 是 Linux 系统工具,用来启动守护进程,已成为大多数发行版的标准配置。 本文介绍它的基本用法,分为上下两篇。今天介绍 阅读全文
posted @ 2017-12-14 15:09 demoblog 阅读(1930) 评论(0) 推荐(0)
摘要: reference : http://www.ruanyifeng.com/blog/2009/06/unix_philosophy.html 先讲两个很老的小故事。 第一个故事。 有一家日本最大的化妆品公司,收到了用户的投诉。用户抱怨买来的肥皂盒是空的。这家公司为了防止再发生这样的事故,很辛苦地发 阅读全文
posted @ 2017-12-14 15:02 demoblog 阅读(646) 评论(0) 推荐(0)
摘要: reference : http://www.ruanyifeng.com/blog/2017/03/gartner-hype-cycle.html reference : https://stateofdev.com/c/management reference : https://www.gar 阅读全文
posted @ 2017-12-14 11:32 demoblog 阅读(491) 评论(0) 推荐(0)
摘要: reference : http://blog.csdn.net/hudashi/article/details/7664457 Git中从远程的分支获取最新的版本到本地有这样2个命令:1. git fetch:相当于是从远程获取最新版本到本地,不会自动merge git fetch origin 阅读全文
posted @ 2017-12-14 11:07 demoblog 阅读(317) 评论(0) 推荐(0)
摘要: reference : http://www.ruanyifeng.com/blog/2015/12/git-workflow.html Git 作为一个源码管理系统,不可避免涉及到多人协作。 协作必须有一个规范的工作流程,让大家有效地合作,使得项目井井有条地发展下去。"工作流程"在英语里,叫做"w 阅读全文
posted @ 2017-12-13 19:09 demoblog 阅读(8023) 评论(0) 推荐(0)
摘要: reference : http://fle.github.io/an-efficient-git-workflow-for-midlong-term-projects.html Our full-web project has been going on for nearly two years 阅读全文
posted @ 2017-12-13 17:48 demoblog 阅读(402) 评论(0) 推荐(0)
摘要: reference : http://fle.github.io/git-tip-a-simple-gitconfig-file.html As several friends have asked me this, here is my ~/.gitconfig base file. Nothin 阅读全文
posted @ 2017-12-13 17:31 demoblog 阅读(229) 评论(0) 推荐(0)
摘要: reference : http://fle.github.io/git-tip-keep-your-branch-clean-with-fixup-and-autosquash.html Who is not tired of committing a "Remove pdb" or a "Fix 阅读全文
posted @ 2017-12-13 17:26 demoblog 阅读(230) 评论(0) 推荐(0)
摘要: reference : http://www.ruanyifeng.com/blog/2015/08/git-use-process.html 团队开发中,遵循一个合理、清晰的Git使用流程,是非常重要的。 否则,每个人都提交一堆杂乱无章的commit,项目很快就会变得难以协调和维护。 下面是Git 阅读全文
posted @ 2017-12-13 17:13 demoblog 阅读(686) 评论(0) 推荐(0)
摘要: reference : https://www.cnblogs.com/ungshow/p/3515161.html 看CM源码时,发现历史记录里有很多squash,于是google了解了一下。 Git相对于CVS和SVN的一大好处就是merge非常方便,只要指出branch的名字就好了,如: 但是 阅读全文
posted @ 2017-12-11 19:42 demoblog 阅读(570) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 51 下一页