git-repl (1) Linux Manual Page
NAME git-repl – git read-eval-print-loop SYNOPSIS git-repl DESCRIPTION Git read-eval-print-loop. Let’s you run git commands without typing ‘git’. Commands can be prefixed with an exclamation mark (!) to be interpreted as a regular command. Type exit or quit to end the repl session. COMMANDS <command> Interpreted as git <command>. !<command> Interpreted as <command> (not through…
