-
[Git] Git 계정 설정Computer Science/Git 2020. 4. 20. 22:32반응형
Git 계정 설정
git config --global user.name "username"
git config --global user.email "useremail"저장소별 계정 설정
원하는 저장소로 이동한 후
git config --local user.name "username"
git config --local user.email "useremail"반응형'Computer Science > Git' 카테고리의 다른 글
[Git] Git config 설정 (user.name & user.email) (0) 2022.06.21 [Git] 커밋 메시지 컨벤션 (Udacity Git Commit Message Style Guide) (0) 2021.10.23 [Git] git config 설정 (0) 2019.05.29 [Git] Git 되돌리기 Reset & Revert (0) 2019.05.16 [git error] Your local changes to the following files would be overwritten by merge (0) 2018.08.20