• Home
  • Explore

Setting your username in Git - GitHub Docs

docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git

3 Users

0 Comments

10 Highlights

0 Notes

Tags

GitHubGit

Top Highlights

  • The Git username is not the same as your GitHub username.

  • The Git username is not the same as your GitHub username

  • using the git config command.

  • 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.

  • for every repository on your computer

  • git config --global user.name "Mona Lisa"

  • 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.

Ready to highlight and find good content?

Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.

AboutPrivacyTerms

© 2023 Glasp Inc. All rights reserved.