Commits such as "Fix X" are sad. Do something like "Context: what I did", so for the last commit something like "gitutils: fix handling of detached HEAD".
"Fix formatting" instead is pretty OK.
To check formatting, should I just run black in the root of the repo?
Commits such as "Fix X" are sad. Do something like "Context: what I did", so for the last commit something like "gitutils: fix handling of detached HEAD". "Fix formatting" instead is pretty OK.
To check formatting, should I just run
black
in the root of the repo?