Git_id_pw - 8BitsCoding/RobotMentor GitHub Wiki
id
$ git config --global user.name "name"
$ git config --global user.email "email"
pw
์ธ์ฆ์ ์บ์์ ์ ์ฅ
$ git config credential.helper store
ํจ์ค์๋ ์ ๋ ฅ ํ ์บ์์ ๋ณด๋ฅผ ์ ์ฅ(timeout์ ๋ง์)
$ git config --global credential.helper 'cache --timeout 7200'