git
git Repository 생성 방법 및 clone 방법
호이잇!
2017. 8. 29. 11:10
mkdir 생성이름.git
cd 생성이름.git
git init --bare --share
그후 git clone ssh://유저@IP/경로 로 clone을하여 이용하시면 됩니다!!
물론 유저는 해당 디렉토리 권한과 ssh 연결이 정상적인 유저로 이용하세요~