On Tuesday, 7 August 2012 07:48:02 UTC+1, Philip Oakley wrote: > > > I'd suggest that you set up your configuration to use Notepad++ (a lovely > open source editor). There is a Stackoverflow page with details. > Set up your .gitconfig (mine's in C:\Documents and > Settings\Philip\.gitconfig) as > > [core] > editor = 'C:\\Program Files\\Notepad++\\notepad++.exe' -multiInst > -notabbar -nosession -noplugin >
If you're not confident setting this up, Github wrote a little program, available as a .exe from [1], which sets notepad as the default git editor. Antony [1]: https://github.com/blog/975-gitpad-write-your-commits-in-notepad -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.com/d/msg/git-users/-/QJicouvpWxwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
