mm icon indicating copy to clipboard operation
mm copied to clipboard

ovl_Bg_Dkjail_Ivy OK

Open sonicdcer opened this issue 2 years ago • 4 comments

sonicdcer avatar Aug 05 '22 06:08 sonicdcer

Just a couple minor things. Also if you want Co-Authors to show up properly in Git, they need to have two new lines between them and the commit message as well as be in the form Co-authored-by: name <[email protected]> Note the <> brackets are required.

i use git commit --allow-empty -m "Empty-Commit" to do this. I don't know how to add new lines to it

sonicdcer avatar Aug 06 '22 16:08 sonicdcer

Just a couple minor things. Also if you want Co-Authors to show up properly in Git, they need to have two new lines between them and the commit message as well as be in the form Co-authored-by: name <[email protected]> Note the <> brackets are required.

i use git commit --allow-empty -m "Empty-Commit" to do this. I don't know how to add new lines to it

Why an empty commit? It should probably have a commit message just like any other commit.

hensldm avatar Aug 06 '22 16:08 hensldm

I just use that command and replace the "Empty commit" part with "co-authored...." otherwise I don't know how to do it if I have no changes in the files.

sonicdcer avatar Aug 06 '22 17:08 sonicdcer

Oh I didn't notice, but if you remove the -m "Empty-Commit" option it will give you a text editor that you can use. Also I feel it would be better to add the co-author parts to the actual commits they contributed to, rather than just empty commits tacked on at the end.

hensldm avatar Aug 06 '22 18:08 hensldm