commands.sh

git repl

all

Git REPL (read-evaluate-print-loop) - an interactive Git shell. Part of `git-extras`.

More info →

Examples (4)

Start an interactive Git shell

Run a Git command while in the interactive Git shell

git_subcommand command_arguments

Run an external (non-Git) command while in the interactive Git shell

!command command_arguments

Exit the interactive Git shell (or press `<Ctrl d>`)

made by @shridhargupta | data from tldr-pages