login to github code example
Example 1: login github command line
git config --global user.email "[email protected]"
Example 2: gh login with github
gh auth login # And follow instruction
git config --global user.email "[email protected]"
gh auth login # And follow instruction