환경 : 우분투 리눅스 20.04 버전
- 깃 설치
apt-get install git
- config 설정
git config --global user.name "자신의 계정"
git config --global user.email "자신의 이메일"
git config --global color.ui "auto"
- git clone
git clone 깃주소
'Git' 카테고리의 다른 글
Git으로 하는 작업 전략 (feat. 우아한형제들 기술블로그 요약) (0) | 2023.12.10 |
---|---|
[visual studio code git] commit, push (0) | 2023.11.25 |
[GIT] Push, Pull 해보기 (0) | 2022.07.09 |
[GIT] Remote Repository 등록 (0) | 2022.07.09 |
[GIT] Local Repository (0) | 2022.07.09 |