3 lines
116 B
Text
3 lines
116 B
Text
git config --global user.name yuuki
|
|
git config --global user.email "<>"
|
|
git config --global credential.helper store
|