Skip to content

Instantly share code, notes, and snippets.

@NaumanQammar
Created September 12, 2019 15:57
Show Gist options
  • Save NaumanQammar/4fd81634a44cd9a9a844a2ee5e2eaae6 to your computer and use it in GitHub Desktop.
Save NaumanQammar/4fd81634a44cd9a9a844a2ee5e2eaae6 to your computer and use it in GitHub Desktop.
Open Git Bash.
Set a Git username:
$ git config --global user.name "Nomi19"
Confirm that you have set the Git username correctly:
$ git config --global user.name
> Nomi19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment