Forked from sparrow/name-and-email-git-configurations.sh
Created
July 26, 2017 11:21
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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