-
-
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.
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