Last active
July 26, 2017 11:22
-
-
Save sparrow/bb76e5ef8c562bd6f0c21fd9038f13ab to your computer and use it in GitHub Desktop.
This is a Git command with an output that we used for our blog post https://rubygarage.org/blog/basic-git-commands-you-should-definitely-know at RubyGarage. This Git command allows us to view the list of current Git configurations; the output message lists all configurations.
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 --list | |
user.name=King Kong | |
[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment