tj.git-extras/man/git-repl.md
2016-08-12 08:21:31 -04:00

636 B

git-repl(1) -- git read-eval-print-loop

SYNOPSIS

git-repl

DESCRIPTION

OPTIONS

GIT read-eval-print-loop:

$ git repl
 
git> ls-files
History.md
Makefile
Readme.md
bin/git-changelog
bin/git-count
bin/git-delete-branch
bin/git-delete-tag
bin/git-ignore
bin/git-release

git> quit

You can use exit instead of quit.

EXAMPLES

AUTHOR

Written by Tj Holowaychuk <tj@vision-media.ca>

REPORTING BUGS

<https://github.com/tj/git-extras/issues>

SEE ALSO

<https://github.com/tj/git-extras>