VCS
[GIT] 윈도우에 Git 설치하기
Jeaha
2020. 1. 26. 01:43
윈도우 버전 GIT 설치하기
- Git 설치 파일을 다운
git download
Git - Downloads
Downloads Mac OS X Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific
git-scm.com
- 설치 시작 NEXT
- NEXT
- NEXT
- NEXT
- NEXT
- NEXT
- NEXT
- NEXT
- NEXT
- 설치 진행
- 설치 완료
-
git에 사용자의 이름과 이메일 설정 후 설정 확인
git config --global user.name '사용자 이름' git config --global user.email '이메일 주소' git config --list
- github에서 repository clone
- clone 한 repository open
- 간단한 수정 후 commit 시도
- github login
- 로그인 후 commit 성공
728x90
반응형