less: Add example for enabling ANSI color output (#849)

This commit is contained in:
Severen Redwood
2016-05-12 21:49:04 +12:00
committed by Waldir Pimenta
parent f4b7d59322
commit f4e69318b7

View File

@@ -24,6 +24,10 @@
`?{{something}} then n (next), N (previous)`
- Enable output of ANSI colors:
`git diff --color | less -R`
- Exit:
`q`