Skip to content

Instantly share code, notes, and snippets.

@sparrow
Last active April 8, 2019 20:56
Show Gist options
  • Save sparrow/708c1a7c3c4308d048b3a54d0bc821eb to your computer and use it in GitHub Desktop.
Save sparrow/708c1a7c3c4308d048b3a54d0bc821eb 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