- 로그인 로그인 계정 설정 //--global 옵션을 사용하면 한 번만 설정하면됨 git config --global user.name "~~" git config --global user.email ~~.@gmail.com 로그인된 계정 확인 git config user.name git config user.email 계정 변경 git config --global user.name git config --global user.email - git remote & branch //연결 git remote add origin 원격 저장소 주소 //연결된 저장소 삭제 git remote remove origin //현재 연결되어있는 git 저장소 확인 git remote -v //git remote bra..