Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add email to GitHub commit in Android Studio

I am working on a project in Android Studio and collaborating using GitHub. Everything works fine except that my contributions are not credited to me in GitHub. I think this is because my email is not setup in android studio.

How can I add my email in Android Studio or if that is not the problem how can I get my commits to show up?

like image 799
user2189362 Avatar asked Feb 23 '26 19:02

user2189362


1 Answers

In the terminal try:
$ git config --global user.name "YOUR USER NAME HERE"
$ git config --global user.email [email protected]

like image 146
Nelson Hoang Avatar answered Feb 25 '26 09:02

Nelson Hoang



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!