mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
42 lines
611 B
Markdown
42 lines
611 B
Markdown
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
|
|
|
|
## EXAMPLES
|
|
|
|
## AUTHOR
|
|
|
|
Written by Tj Holowaychuk <<tj@vision-media.ca>>
|
|
|
|
## REPORTING BUGS
|
|
|
|
<<http://github.com/visionmedia/git-extras/issues>>
|
|
|
|
## SEE ALSO
|
|
|
|
<<http://github.com/visionmedia/git-extras>>
|