/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Git Notes: Git's coolest, most unloved feature (2022)
(tylercipriani.com)
577 points
Delgan
| 1 comments |
22 Jun 25 09:14 UTC
|
HN request time: 0.217s
|
source
Show context
olejorgenb
◴[
22 Jun 25 14:02 UTC
]
No.
44347040
[source]
▶
>>44345334 (OP)
#
What happens of you rebase a branch containing commits with notes attached?
replies(2):
>>44347161
#
>>44348081
#
1.
paffdragon
◴[
22 Jun 25 16:14 UTC
]
No.
44348081
[source]
▶
>>44347040
#
Check the notes.rewrite config options in
https://git-scm.com/docs/git-notes#Documentation/git-notes.t...
Also notes.rewriteRef. You can use these to configure git to carry your notes across amend/rebase.
ID:
GO
↑