Skip to content

Instantly share code, notes, and snippets.

@sparrow
Last active July 26, 2017 11:19
Show Gist options
  • Save sparrow/208e6fc13165585b81c4d4dfd80878c7 to your computer and use it in GitHub Desktop.
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.
$ git config --global color.ui true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment