계정 정보 등록하기
git config --global user.name {name}
git config --global user.email {email}
계정 정보 조회하기
git config --list
'DevOps > Git' 카테고리의 다른 글
[Git] Push 되돌리기 (0) | 2023.04.11 |
---|---|
[Git] 강제로 pull 하기 (변경사항 덮어쓰기) (0) | 2022.11.08 |
git config --global user.name {name}
git config --global user.email {email}
git config --list
[Git] Push 되돌리기 (0) | 2023.04.11 |
---|---|
[Git] 강제로 pull 하기 (변경사항 덮어쓰기) (0) | 2022.11.08 |