Git Contribution graph ๋ฐ์ ์๋จ ํด๊ฒฐ
๊ณต๋ถ๋ฅผ ํ๊ณ git์ ํญ์ commit์ ํ๋๋ฐ commit์ ์ ๋๋ก ๋๋๋ฐ git contribution graph๊ฐ ์ฑ์์ง์ง ์๊ณ ์์๋ค,, ๊ทธ๋์ ์ด์ ๋ฅผ ์ฐพ์๋ณด๋ 1. commit์ ์ํด์๋ ์ฌ์ฉ๋์ด์ง๋ ์ด๋ฉ์ผ ์ฃผ์๊ฐ ์์ ์ github ๊ณ์ ๊ณผ ์ฐ๊ด๋์ด ์์ด์ผ ํ๋ค. 2. commit์ fork๊ฐ ์๋๋ผ ๋
๋ฆฝ์ ์ธ repository์์ ์ด๋ฃจ์ด์ ธ์ผํ๋ค. 3. commit์ default branch์์ ์ด๋ฃจ์ด์ ธ์ผ ํ๋ค. ์ด๋ฉ์ผ ์ฃผ์ ํ์ธํ๊ธฐ ์์ ์ github์์ settings -> Email ์์ ํ์ธํ ์ ์๋ค. ์ด๋ฉ์ผ ์ฃผ์ ์ค์ ๋ฐฉ๋ฒ ํฐ๋ฏธ๋ ์ฐฝ์ ์ด๊ณ $ git config -- global user.email "email@example.com"
2022.04.19