[github][web][2] git 사용 로컬/리모트 동기화 하기
: github repository를 local 로 다운로드 및 수정 그리고 github로 push 연동되게 만들어 보았습니다. git clone 시 https 가 아닌 ssh를 사용해야 합니다. 1> rsa 키 만들기 (deploy key 에서 사용됨)$ ssh-keygen -t rsa -b 2048 -f ~/.ssh/test_keyGenerating public/private rsa key pair.Enter passphrase (empty for no passphrase):Enter same passphrase again:Your identification has been saved in /home/xxx/.ssh/test_keyYour public key has been saved in /..