LinuxCommandLibrary

git-repl

Interactive read-eval-print loop for Git

TLDR

Start git REPL

$ git repl
copy
Run command in REPL
$ status
copy
Show log in REPL
$ log --oneline -10
copy
Exit REPL
$ exit
copy

SYNOPSIS

git repl

DESCRIPTION

git repl provides an interactive shell for Git commands. Part of git-extras, it starts a read-eval-print loop where commands can be entered without the "git" prefix.
The REPL simplifies exploratory Git sessions by reducing typing. Tab completion and command history are available. Exit with "exit" or Ctrl-D.

CAVEATS

Part of git-extras package. Commands run without "git" prefix. Shell features limited.

HISTORY

git repl is part of git-extras, providing an interactive environment for frequent git users.

SEE ALSO

git(1), tig(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community