How do I change default editor for git to Notepad++?

26 May 2015 | Category: Tools, Version control systems | Comments (0)

At some point I wanted to change default core git editor from Vim to Notepad++. There are couple of solutions how to do that. However, this:

git co[......]

Read more

How do I set my default Git editor in Windows to create and edit your commit and tag messages

5 October 2014 | Category: Version control systems | Comments (0)

By default, Git uses whatever you’ve set as your default text editor or else falls back to the Vi editor to create and edit your commit and tag messag[……]

Read more