How to turn side-by-side view off for a single command?
#1522
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.
-
|
Related to |
Beta Was this translation helpful? Give feedback.
-
|
Looking forward to any workaround that might come up which allows to temporarily disable side by side diffs for a delta configuration that has them set up by default. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way I can pipe raw
git diffoutput todeltaand turn side-by-side view off ifside-by-side = trueis configured in my.gitconfig? This is the full config file:I thought I could run something like this:
...but the
--side-by-sideflag 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