|
|
|
|
|
by mfontani
1296 days ago
|
|
I've tried to use git notes over the years but unfortunately notes are tied to a specific commit hash. It's a blessing and a curse. Works great for some types of review system, or for "tagging" things related to deploy. Notes on commits on the master/main branch, which doesn't get rebased? Awesome thing, they work. But you can't as easily use them on branches: the moment a branch whose commits had notes is rebased, and SHAs change, good-bye notes associated with the "previous" SHAs :/ |
|
[1] https://stackoverflow.com/a/14601464/96588