How to change git email address? #61085
-
Select Topic AreaQuestion BodyI want to change username and email for my git commit. |
Beta Was this translation helpful? Give feedback.
Answered by
Blockchain1207
Jul 17, 2023
Replies: 2 comments
-
|
I see what you mean. #git config user.email "YOUR EMAIL" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
radesavkovic
-
|
Thanks for your quick answer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see what you mean.
You can do it with git command.
#git config user.email "YOUR EMAIL"
#git config user.name "YOUR NAME"