How to turn side-by-side
view off for a single command?
#1522
Unanswered
jakeboone02
asked this question in
Q&A
Replies: 3 comments 6 replies
-
It works as expected, if you have this feature turned off by default, i.e. in your git config you should have:
Then you can go and do diff in a single view mode:
And if you want side by side, then just do
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Related to |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way I can pipe raw
git diff
output todelta
and turn side-by-side view off ifside-by-side = true
is configured in my.gitconfig
? This is the full config file:I thought I could run something like this:
...but the
--side-by-side
flag doesn't accept values:EDIT:
I just saw the side-by-side page on the website, but this "deactivate" command didn't seem to have any effect:
Also tried these with no luck:
Beta Was this translation helpful? Give feedback.
All reactions