How do I fix a typo in a git commit comment?
Hal Murray
hmurray at megapathdsl.net
Mon Mar 26 00:28:45 UTC 2018
rlaager at wiktel.com said:
>> Are there any alternatives?
> See `git notes` to attach notes to objects (e.g.
> commits) after the fact without changing the object itself.
> Using the example from the man page, try something like this:
> git notes add -m 'The 674 should be 474.' c8c888f8
Thanks.
That gives me a local note, but git push doesn't do anything and git clone
doesn't copy it.
--
These are my opinions. I hate spam.
More information about the devel
mailing list