Skip to content

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.

tpavlic/giteditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • Shell 100.0%