Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tianqig/aa9ce84b2620b4448e26a036dc1d3395 to your computer and use it in GitHub Desktop.
Save tianqig/aa9ce84b2620b4448e26a036dc1d3395 to your computer and use it in GitHub Desktop.
These are the Git commands that we used for our blog post https://rubygarage.org/blog/most-basic-git-commands-with-examples at RubyGarage. These Git commands allow us to configure username and email for Git.
$ git config --global user.name "King Kong"
$ git config --global user.email "[email protected]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment