https://github.com/github/gitpad
Notepad.exe as Git commit editor
https://github.com/github/gitpad
Last synced: 5 months ago
JSON representation
Notepad.exe as Git commit editor
- Host: GitHub
- URL: https://github.com/github/gitpad
- Owner: github
- License: mit
- Archived: true
- Created: 2011-10-27T18:05:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T03:38:24.000Z (over 6 years ago)
- Last Synced: 2024-09-30T00:23:38.642Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 32.2 KB
- Stars: 187
- Watchers: 287
- Forks: 69
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitPad - 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).

## How to install (short version)
[Click This Link](https://github.com/github/GitPad/releases/download/v1.4.0/Gitpad.zip)
## 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.