GitPad: Write your commits in Notepad
For many developers getting started with Git on Windows, one of the confusing features of Git is that the default editor for commit messages is Vim. While Vim is a…
For many developers getting started with Git on Windows, one of the confusing features of Git is that the default editor for commit messages is Vim. While Vim is a great editor, many folks would prefer something a bit more user-friendly.
For those folks, we’ve created a great getting-started resource, GitPad. This is a portable, single-EXE program that will configure Notepad as your default editor for commit messages and other features such as interactive rebase, which lets you reorder and combine commits before you send them to others.
If you’re interested, grab GitPad.exe from the Download page and run it, then restart your CMD / Bash shell window.
Written by
Related posts

GitHub Availability Report: May 2025
In May, we experienced three incidents that resulted in degraded performance across GitHub services.

GitHub Universe 2025: Here’s what’s in store at this year’s developer wonderland
Sharpen your skills, test out new tools, and connect with people who build like you.

GitHub Copilot: Meet the new coding agent
Implementing features has never been easier: Just assign a task or issue to Copilot. It runs in the background with GitHub Actions and submits its work as a pull request.