개요

git clone 이후 git pull, git push를 할때마다 username/password를 입력하는게 귀찮아 이를 skip할수 있는 방법을 찾아보고 포스팅 한다.
내 개인 repository를 내 로컬에 계정정보를 저장해놓는 용도라 보안 문제가 없다고 생각한다.

방법

$ git config credential.helper store