How do I add Co-author achievement to my account? #893
Answered
by
johnnwanosike1
hubhouse-tech
asked this question in
Q&A
-
|
I would like to know how to add co-author achiement |
Beta Was this translation helpful? Give feedback.
Answered by
johnnwanosike1
Nov 15, 2025
Replies: 1 comment
-
|
You add it by using git add . Co-authored-by: Jane Doe [email protected]" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hubhouse-tech
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You add it by using
git add .
git commit -m "Fix payment validation error
Co-authored-by: Jane Doe [email protected]"
git push