Open main menu

Changes

Git installation

123 bytes added, 10:15, 24 June 2013
no edit summary
git config --add user.name "Your Name"
git config --add user.email you@example.com
 
git config --add core.editor ""C:\Program Files (x86)\Notepad++\notepad++.exe""
git config --add core.editor "notepad"
 
git config --add github.user GIT_USER_NAME