
리눅스 우분투 Git 설치 및 클론
·
프로그래밍 일기/Linux
1. 깃 설치 sudo apt-get install git 2. 깃 버전 확인 git --version 3. 깃 정보 등록 git config --global user.name harry git config --global user.mail harry@coraise.co.kr 4. 깃 정보 확인 git config -l 5. 깃 클론 git clone https://github.com/tm-kr/portfolio.git 6. 프로젝트 확인 ll