# Git Command ## 설정과 초기화 git config --global user.name “Your name” git config --global user.email “Your email address” ### 저장소별 git config user.name “Your name” git config user.email “Your email address”