Monday, February 20, 2017

A Little Knowledge Is a ..

What happens when you give people the how but now the why :

Caroline Buckey :

git config --global core.editor "'' -n -w"

Where the -n -w is meant for sublime, not git, though you'd never guess... Tough call here... She and Sarah have done a great job with the Udacity GIT course.

Thankfully, simple Googling was able to nail it..

git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"

No comments: