git-credential-cache - 메모리에 password 를 저장함
$ git config credential.helper store --global
커맨드 입력 후 push, pull username, password 를 한번 입력하면 이후로는 입력이 필요없다.
https://git-scm.com/docs/git-credential-cache
'Dev > Git' 카테고리의 다른 글
[Git] 모든 브런치 삭제하기 (17) | 2020.08.18 |
---|---|
[Git] gitignore 자동 생성하기 (12) | 2020.05.24 |
[Git] 가장 최근 commit 파일, 메세지 내용 수정 (14) | 2020.05.20 |
[Git] branch 이름 변경하기 (21) | 2020.05.20 |
[Git] Gitlab ssh key 등록하기 (windows) (10) | 2020.05.02 |