Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7664203
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T14:14:46+00:00 2026-05-31T14:14:46+00:00

I am following the quite-easy-to-understand Git Immersion tutorial to get started, as am using

  • 0

I am following the quite-easy-to-understand Git Immersion tutorial to get started, as am using Git for the very first time.

And the very first command had me in doubt. I issued the commands exactly like this:

# To login
$ ssh -T git@github.com

# To change my name
$ git config --global user.name "Joana Dine"
$ _

After all that, when I check my GitHub account, it’s still the same old name. My name did not get updated. What am I doing wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T14:14:47+00:00Added an answer on May 31, 2026 at 2:14 pm

    I confirm:

    git config --global user.name "Joana Dine"
    

    This is only one of the three place Git will look for for identifying your commit done locally (on your workstation).
    This is not related to GitHub.
    This is related to the commit author and committer name for each of the commit you are creating locally.

    If you want GitHub to show said commits as yours, once pushed on your GitHub repo, then sure, you should set your user.name and user.email to the same values than the one associated with your GitHub account.

    But nothing prevent you to make commits as “foo” (git config –global user.name “foo”), and then pushing them using your GitHub credentials.
    The two (commits name and GitHub credentials) aren’t linked at all.

    The “To change my name” should be understood as “To change my name locally for my new commits”.

    The only time GitHub will need credentials is when you are pulling/pushing a GitHub repo, in which case it will use the credentials used in $HOME/.netrc (or %HOME\_netrc on Windows, provided you did defined HOME, which isn’t defined by default on Windows): see “Syncing with github“.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been using the fantastic jQuery library for quite some time and have
Normally getting an unconstructed generic type is quite easy, using typeof : Type genericType
Lift framework provides an Easy way to define a Sitemap. I don't quite understand
Using the Fixed Function rendering pipeline in DirectX 9, it's quite easy to set
I understand that it's quite easy to check if a key is available in
Hi I am quite new to php but i have been following some tutorials
I have the 2 following LINQ queries and I haven't quite got my head
By default the webjump hotlist has the following which I use quite often: M-x
This is probably something quite easy to resolve, but for some reason, I can't
I am currently working on an ASP.NET MVC2 project. This is the first time

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.