LinuxCommandLibrary

git-repl

Git REPL (read-evaluate-print-loop) - an interactive Git shell.

TLDR

Start an interactive Git shell

$ git repl
copy


Run a Git command while in the interactive Git shell
$ [git_subcommand] [command_arguments]
copy


Run an external (non-Git) command while in the interactive Git shell
$ ![command] [command_arguments]
copy


Exit the interactive Git shell (or press Ctrl + D)
$ exit
copy

Copied to clipboard