Replies: 1 comment
-
I realise that this is not possible, and now that I have looked more into it, I see while I have set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently have this in by git config:
This is because my
LESS
options would havegit stash show
orgit branch
come up as a page which has to be exited, when I would rather they just get printed normally.However this means that I am missing out on having delta format
git stash show -p
. Is there any way I can have delta formatgit stash show -p
but notgit stash show
?I don't want to use an alias, but I could don't mind using a shell function, but how? I would prefer to do this sort of granular setting with the git configuration if this is possible.
Beta Was this translation helpful? Give feedback.
All reactions