Skip to content

Instantly share code, notes, and snippets.

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