윈도우 버전 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
반응형
'VCS' 카테고리의 다른 글
| [GIT] (0) | 2024.04.10 |
|---|---|
| [VCS] 좋은 커밋 메세지 간단 작성법 (0) | 2023.07.14 |
| [GIT] 브랜치, 커밋 간 다른 파일 목록 조회 (0) | 2022.04.05 |
| [GIT] remote branch 가져오기 (0) | 2022.04.05 |
| [TortoiseSVN] Disconnect 방법 (0) | 2021.09.10 |