forked from dharrigan/giteditor
-
Notifications
You must be signed in to change notification settings - Fork 0
tpavlic/giteditor
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Hi!
This is a simple modification of the wonderful HGEDITOR.SH script that is
distributed with the Mercurial version control system. I've simply modified it
to understand how to use Git.
To make it work, edit your .gitconfig and add in the following line:
[core]
editor = /path/to/giteditor.sh
Or:
git config --global core.editor /path/to/giteditor.sh
If you discover any bugs, please do raise an issue so that I can fix.
Enjoy!
-=david=-
About
A modification of the excellent HGEDITOR.SH that is distributed with the Mercurial version control system. I've simply modified it to work with Git.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Shell 100.0%