git-repl
Interactive read-eval-print loop for Git
TLDR
Start git REPL
$ git repl
Run command in REPL$ status
Show log in REPL$ log --oneline -10
Exit REPL$ exit
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.
