-
Notifications
You must be signed in to change notification settings - Fork 0
配置Git
Tomorrow0w0 edited this page Nov 21, 2019
·
1 revision
git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin";
git config --global push.default upstream;
git config --global merge.conflictstyle diff3;
git config --global user.email "patapon1245rv@gmail.com";
git config --global user.name "Tomorrow0w0";
git config --list