(2014) Git tips from the trenches

This commit is contained in:
Morgan 2021-08-27 15:41:28 +02:00 committed by GitHub
parent b1acc57baa
commit 9063d69600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1171,6 +1171,7 @@ psql -f db.out postgres
* [Thomas Paul Mann](https://raycast.com/blog/no-code-reviews-by-default/) - (2021) No code reviews by default | How one built an engineering culture based on trust that allows us to move incredibly fast without requiring code reviews.
* [Elisabeth Irgens](https://elisabethirgens.github.io/notes/2021/06/code-reviews/) - (2021) - Why I Wont 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 doesnt 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 wont 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
### Dotfiles / Aliases
See also [Shell aliases](../README.md#shell-aliases)