git pull/push 시 password 입력 생략하는 방법
git config --global credential.helper store
이렇게 하면 "~/.gitconfig" 경로에 Global 설정이 유지 된다.
git pull/push 시 password 입력 생략하는 방법
git config --global credential.helper store
이렇게 하면 "~/.gitconfig" 경로에 Global 설정이 유지 된다.