Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tianqig/4f42f498cfe30f4a116d4ccda6f5f806 to your computer and use it in GitHub Desktop.
Save tianqig/4f42f498cfe30f4a116d4ccda6f5f806 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.
$ 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