Posts tagged shorts
Git Sign Commits With SSH
- 2024-03-30
https://docs.gitlab.com/ee/user/project/repository/signed_commits/ssh.html
First, make sure that your pubkey is present in Gitlab.
git bisect
- 2023-12-11
Given that HEAD
is a bad commit and v2.6.13-rc2
is good, start the bisect
process:
Next, choose either one of:
Brooks’ Law
- 2023-11-20
There is an image in The Bluffer’s Guide to The Mythical Man-Month that fits my mental model of one aspect of Brooks’ Law perfectly.
By increasing the number of people you increase the number of communication channels exponentially.