How do I fix a typo in a git commit comment?

Richard Laager rlaager at wiktel.com
Tue Mar 27 04:18:40 UTC 2018


On 03/26/2018 04:32 PM, Hal Murray wrote:
> 
> rlaager at wiktel.com said:
>> This should make notes push by default:
>> git config --add remote.origin.push \
>>     '+refs/notes/commits:refs/notes/commits'
>> Since this is the first set of notes, push them: git push 
> 
> That said:
> Counting objects: 3, done.
> Delta compression using up to 4 threads.
> Compressing objects: 100% (2/2), done.
> Writing objects: 100% (3/3), 286 bytes | 286.00 KiB/s, done.
> Total 3 (delta 0), reused 0 (delta 0)
> To gitlab.com:NTPsec/ntpsec.git
>  * [new branch]          refs/notes/commits -> refs/notes/commits
> 
> Do I want a new branch?

You can disregard that. It's not actually a branch.

-- 
Richard


More information about the devel mailing list