Skip to content

Instantly share code, notes, and snippets.

@sparrow
Last active July 26, 2017 11:22
Show Gist options
  • Save sparrow/bb76e5ef8c562bd6f0c21fd9038f13ab to your computer and use it in GitHub Desktop.
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.
$ 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