오늘만살자
git 생성하기 본문
mkdir test.git
cd test.git/
git init --bare --shared
chmod -R 770 *
sudo git config core.sharedRepository true
'Linux > Ubuntu' 카테고리의 다른 글
| source code pro font install (0) | 2019.01.25 |
|---|---|
| 실행 아이콘 만들기 (0) | 2019.01.25 |
| 내부 아피에서 매핑된 외부아이피 핑 설정하기(iptables) (0) | 2018.05.29 |
| java 설치 (0) | 2018.04.17 |
| swap 늘리기 (0) | 2018.01.24 |
Comments