Last active
July 26, 2017 11:19
-
-
Save sparrow/208e6fc13165585b81c4d4dfd80878c7 to your computer and use it in GitHub Desktop.
This is a Git command 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 switch on code highlighting for Git outputs.
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 color.ui true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment