Setting your username in Git - GitHub Docs
Skip to main content

Setting your username in Git

Git uses a username to associate commits with an identity. The Git username is not the same as your GitHub username.

Platform navigation

About Git usernames

You can change the name that is associated with your Git commits using the git config command. The new name you set will be visible in any future commits you push to GitHub from the command line. If you'd like to keep your real name private, you can use any text as your Git username.

Changing the name associated with your Git commits using git config will only affect future commits and will not change the name used for past commits.

Setting your Git username for every repository on your computer

  1. Open TerminalTerminalGit Bash.

  2. Set a Git username:

    git config --global user.name "Mona Lisa"
    
  3. Confirm that you have set the Git username correctly:

    $ git config --global user.name
    > Mona Lisa
    

Setting your Git username for a single repository

  1. Open TerminalTerminalGit Bash.

  2. Change the current working directory to the local repository where you want to configure the name that is associated with your Git commits.

  3. Set a Git username:

    git config user.name "Mona Lisa"
    
  4. Confirm that you have set the Git username correctly:

    $ git config user.name
    > Mona Lisa
    

Further reading

TMZ Celebrity News – Breaking Stories, Videos & Gossip

Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.

Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.

🎥 Watch TMZ Live

TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.