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
When I cherry-picked a commit from a different branch, it lost the original commit author and replaced it with me. I tried to fix this by editing the commit message and adding Co-authored-by: Name <email> to the end of the commit message, but it seemed to strip the extra line breaks and did not attribute the commit to the author that I specified.
The text was updated successfully, but these errors were encountered:
When I cherry-picked a commit from a different branch, it lost the original commit author and replaced it with me. I tried to fix this by editing the commit message and adding
Co-authored-by: Name <email>
to the end of the commit message, but it seemed to strip the extra line breaks and did not attribute the commit to the author that I specified.The text was updated successfully, but these errors were encountered: