Git

[git] git 로컬 user.name 설정

skydev 2020. 8. 28. 09:50
git config --list

git config user.name "FIRST_NAME LAST_NAME"
git config user.email "MY_NAME@example.com"

 

 

출처: https://support.atlassian.com/bitbucket-cloud/docs/configure-your-dvcs-username-for-commits/