https://hbesthee.tistory.com/1543
CentOS에서 Git 저장소 생성하기 (How to create git repository in CentOS)
저장소로 사용할 폴더 생성 mkdir -p /home/repo 저장소에 프로젝트 폴더 생성 cd /home/repo mkdir kernels.git git 저장소 초기화 git init --bare /home/repo/kernels.git/ Initialized empty Git repository i..
hbesthee.tistory.com
'[공부용]참고 사이트 모음 > [git]' 카테고리의 다른 글
깃허브(GitHub)로 취업하기 (0) | 2021.10.12 |
---|---|
[Linux] CentOS 7 Git Server 구축하기 (0) | 2021.05.28 |
리눅스 Git 서버 구축 (SSH 프로토콜) (0) | 2021.05.28 |
[git]git 초보를 위한 풀리퀘스트(pull request) 방법 (0) | 2021.04.27 |