The Wayback Machine - https://web.archive.org/web/20190616094639/https://github.com/github/gitpad
Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Notepad.exe as Git commit editor
Branch: master
Clone or download
shiftkey Merge pull request #30 from github/fix-29-path-in-profile
Use tilde path for environment variable
Latest commit 96ccf91 Oct 30, 2015
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Properties Revert "Changed environment variable to no longer use ~" Sep 16, 2014
.gitignore ignore vs user files Oct 13, 2012
Gitpad.csproj
Gitpad.sln
LICENSE
Program.cs Use tilde path for environment variable Oct 30, 2015
README.md Add link to 1.4.0 release Oct 2, 2015
app.config

README.md

GitPad.exe - Use Notepad as your Git commit editor

This single executable allows you to use Notepad as your editor any time Git requires one (commits, interactive rebase, etc).

Notepad editing a commit

How to install (short version)

Click This Link

Notepad sucks! What about $FAVORITE_EDITOR instead?

Good news! As of GitPad 1.2, the default editor will be whatever editor is associated with .txt files. Normally, that's Notepad, but if you like a different editor, you can now use that instead.

How to install (long version)

Just copy GitPad.exe to a folder and double-click on it. It will install itself into your Application Data directory (%AppData%) - if your default editor is not set, GitPad.exe will set itself to EDITOR via setting an Environment Variable on your user profile.

What do I need to use this?

GitPad requires .NET 2.0 or higher.

How to uninstall

Remove HKEY_CURRENT_USER\Environment\EDITOR from the registry and reboot your system.

You can’t perform that action at this time.