From 43ac42ba62c8c39d3cf1104243dff86cb32b3551 Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 10 Dec 2021 09:19:30 +0100 Subject: [PATCH] Copy last article about Git/Doc into Git section. --- sections/programming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/programming.md b/sections/programming.md index 9ca1a38..46fcef1 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -1175,6 +1175,7 @@ psql -f db.out postgres * [Elisabeth Irgens](https://elisabethirgens.github.io/notes/2021/06/code-reviews/) - (2021) - Why I Won’t Approve Your PR | in-house development has been influenced too much by the GitHub open source PR driven development process. A process driven by zero trust doesn’t fit well in a team with trust. * [Choose an open source license](https://choosealicense.com/licenses/) - An open source license protects contributors and users. Businesses and savvy developers won’t touch a project without this protection. GitHub wants to help developers choose an open source license for their source code. * [Csaba Okrona](https://archive.ochronus.com/git-tips-from-the-trenches/) - (2014) Git tips from the trenches +* [Mislav Marohnić](https://mislav.net/2014/02/hidden-documentation/) - (2014) Every line of code is always documented. ### Dotfiles / Aliases See also [Shell aliases](../README.md#shell-aliases)