Commit 5fab9eec authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Added comment re recommending to change your git pager settings so you see a...

Added comment re recommending to change your git pager settings so you see a clear screen pager when using tig git diff external command.
parent ea256e1a
......@@ -15,6 +15,12 @@ bind generic + ?git commit --amend
bind generic \ !git push
bind generic | ?git push --force
# It's recommended to change your git pager settings so you see a clear screen pager
# (i.e. don't see previous diffs on screen). You can do this for your global git
# config by executing:
#
# git config --global core.pager 'less -+$LESS -R'
#
bind generic , >git diff %(commit)..%(head)
bind generic ` !git checkout %(branch)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment