Windows git 설치하기
- 아래 링크에서 다운로드
- 윈도우 버전
https://git-scm.com/download/win
- 맥os
아래 링크에서 설치하는 방법 따라하기
- Linux용
터미널에서 아래 입력시 설치됨.
sudo apt-get install git
설치후 다음설정
git config –global user.name “”
git config –global user.email “”
Windows git 설치하기
https://git-scm.com/download/win
터미널에서 아래 입력시 설치됨.
sudo apt-get install git
설치후 다음설정
git config –global user.name “”
git config –global user.email “”