git bare1 git bare 저장소 생성및 remote push git bare 저장소 생성및 remote 푸시 1. git bare 저장소생성 git서버 $> mkdir test.gitgit서버 $> cd test.gitgit서버 $> git init --bare * 추가작업 (git remote 주소 간단하게) - git remote 주소 : gituser@서버주소:/user/gituser/test.git - git서버 root $> ln -s /user/gituser/test.git /test.git - 간편화된 git remote 주소 : gituser@서버주소:/test.git 2. 작업서버 init 작업서버 $> git init 작업서버 $> git add .작업서버 $> git commit -m 'first commit' 3. 작업서버 remote 저장소.. 2016. 3. 30. 이전 1 다음