https://github.com/10sr/git-command-el
A GIt Command-Line Interface
https://github.com/10sr/git-command-el
Last synced: 4 months ago
JSON representation
A GIt Command-Line Interface
- Host: GitHub
- URL: https://github.com/10sr/git-command-el
- Owner: 10sr
- License: unlicense
- Created: 2015-02-13T04:33:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T03:33:10.000Z (over 6 years ago)
- Last Synced: 2025-01-16T09:08:05.812Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage: http://10sr.github.io/git-command-el/
- Size: 54.7 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/10sr/git-command-el)
[](https://melpa.org/#/git-command)
[](https://stable.melpa.org/#/git-command)
git-command.el
===============
A Git Command-Line interface.

This package provides a way to invoke Git shell command using minibuffer.
There is no major-mode nor minor-mode, so all you need is to remember usual
Git subcommands and options.
This package provides only one user command: type
M-x RET git-command
to input Git shell command to minibuffer that you want to invoke.
Before running git command `$GIT_EDITOR` and `$GIT_PAGER` are set nicely so
that you can seamlessly edit files or view outputs with Emacs you are
currently working on.
Optionally, you can give prefix argument to create a new buffer for that git
invocation.
Completion
-----------
It is highly recommended to Install [`pcmpl-git`](http://melpa.org/#/pcmpl-git)
with this package to enable completion when entering git command interactively.
License
--------
This software is unlicensed. For details, see `LICENSE`.