본문 바로가기

Git Repository 생성

git by 낼스 2015. 4. 22.

★. Git Repository 생성 :http://evoue.tistory.com/40
    1. nas접속.
        ssh root@nasip

    2. Repository 디렉토리 생성
        cd /var/services/homes/git
        mkdir -p repo
        cd repo
        mkdir test.git
        git init --bare

       ※ 설명
            1. repo/test.git 디렉토리 생성.
            2. git레포지터리 초기화 : 빈 git영역을 생성한다.

    3. git사용자에게 권한 부여.
        chown -R git:users ./repo

'git' 카테고리의 다른 글

git 참고 주소.  (0) 2015.10.02
Source Tree ssh 공개키 개인키를 이용한 접속.  (0) 2015.04.22
Source Tree에 Remote Repository 연결하기  (0) 2015.04.22
Synology Nas Git 설치  (0) 2015.04.22
git 입문  (0) 2015.04.22

댓글