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'