banga / git-split-diffs

Syntax highlighted side-by-side diffs in your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chore: I can't see all changes

NsdHSO opened this issue · comments

When I use this command git config --global --replace-all core.pager 'git-split-diffs --color | less -RFX' I want to show me everything I've changed, but I can't see. I can only see if I press a letter or a page down to drive all the content

In that case, you don't need to pipe the output to less. So you can remove the | less -RFX portion from the command.