Git bash 계정 (아이디 / 이메일) (확인 / 변경) 방법
2021. 8. 23. 19:33ㆍgit
확인 방법
유저 이름 확인 :
git config user.name
유저 이메일 확인 :
git config user.email
변경 방법
유저 이름 변경 :
git config --global user.name 변경 이름
유저 이메일 변경 :
git config --global user.email 변경 이메일
728x90
반응형
'git' 카테고리의 다른 글
Git action static 파일 삽입 (curl, azure blob, aws s3) (0) | 2022.01.05 |
---|---|
Git action 기본 변수 확인 방법 (0) | 2022.01.05 |
4. Git 협업 (origin repository에 변경 내용 가져오기) (0) | 2021.08.23 |
3. Git 협업 ( PR [Pull Request] 생성 / 코드 리뷰 / Merge Pull Request ) (0) | 2021.08.23 |
2. Git 협업 (Fork / upstream 등록) (0) | 2021.08.23 |