git 작업 중 반복적으로 계정 정보를 입력해야할 때 다음과 같이 캐시와 timeout을 설정할 수 있다.
git config --global credential.helper "cache --timeout=3600"