You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
In a commit I made a while ago I pasted links as notes for where the added functions come from.
Later I realised one of the functions is not needed and when git commit --amending the message I noticed that I can't remove or modify any text following the first # in the text.
Maybe the edit-ability of the text can be toggled only when lines start with a #, as the default commit message comments do?
The text was updated successfully, but these errors were encountered:
In a commit I made a while ago I pasted links as notes for where the added functions come from.
Later I realised one of the functions is not needed and when
git commit --amend
ing the message I noticed that I can't remove or modify any text following the first#
in the text.Maybe the edit-ability of the text can be toggled only when lines start with a
#
, as the default commit message comments do?The text was updated successfully, but these errors were encountered: