docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git
3 Users
0 Comments
10 Highlights
0 Notes
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.
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.