Git and GitHub Commands
Git Setup: Configuring User Information Across All Repositories
1. Set Your Username
๐น git config --global user.name "Your Name"
$ git config --global user.name "John Doe"
2. Set Your Email Address
๐น git config --global user.email "[valid-email]"
$...
shahrukh086.hashnode.dev3 min read