git config --global user.name "유저닉네임" git config --global user.e-mail "유저이메일"<br>
git config --global init.defaultBranch main rm -rf .git git init