Git & Github &eclipse
이클립스 저자 바꿔주기
현규띠
2022. 11. 9. 02:18
https://hijjang2.tistory.com/723
[Eclipse] Git - Author 변경하는 방법 ★
1. 현재 상태 Git 에서 Commit 시에 저렇게 Author 와 Committer 부분이 기본 컴퓨터 ID 및 IP 값이 들어가는데 이게 한두번은 직접 변경을 하다가도 할때마다 계속 변경해줘야 하니 굉장히 귀찮다 설정을
hijjang2.tistory.com
Git ] git author 변경하기.
git config --global user.name "홍길동" git config --global user.email "hong@naver.com" git bash 혹은 git 연결중인 intellij Terminal에서 위 명령어를 입력한다. 그리고 커밋을 한 후 'git log'를 입력하여 확인하면 commmit 729
jfbta.tistory.com