본문 바로가기
● IDE, System/Git

[Git] Commit, Push 했는데 contribution이 안된다. 깃허브 잔디가 안 심어진다면?

by 0ver-grow 2021. 3. 1.
반응형

커밋할 폴더로 들어가서 git bash를 실행시킨 뒤 깃허브와 동일한 계정정보로 git config를 재설정해줘야한다.

git config --global user.name "myname"

git config --global user.email "myemail@gmail.com"

이렇게 해준 뒤, Commit, Push해주면 Git hub contribution, 잔디심기가 진행된다.

 

 

[Git] 깃허브 시작하기. 총정리 (init, add, commit, push, pull)

1. git bash 실행 후 이름, 이메일 입력 git config --global user.name "myname" git config --global user.email "myemail@gmail.com" 2. 저장소 설정 후 깃 초기 설정 깃허브에 커밋할 파일이 있는 폴더로 가..

0ver-grow.tistory.com

 

 

깃허브 잔디, Git contribution, Git hub, 깃허브 푸쉬, 깃허브 푸시, 깃허브 커밋

반응형