1) Windows 용 다운로드 및 설치 진행
Git - Downloads
Downloads macOS 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 exp
git-scm.com
2) 설치할 구성요소 선택
1. Additional icons > On the Desktop
- 바탕화면에 아이콘 추가
2. Windows Exporer integration
- Git Bash Here : Git Bash 연결기능(폴더에서 Git을 바로 연결할 수 있는 기능)
- Git GUI Here : Git GUI 연결기능(폴더에서 Git을 바로 연결할 수 있는 기능)
해당 설치를 통해 폴더에서 마우스 우클릭 해보면 Git Bash Here,Git GUI Here가 추가되어 있는 것을 볼 수 있다.
3. Git LFS (Large File Support)
- 용량이 큰 File 지원
4. Associate .git configuration files with the default text editor
- git 구성파일을 기본 텍스트 편집기와 연결
5. Associate .sh files to be run with Bash
- 확장자.sh 파일을 Bash와 연결
6. Use a TrueType font in all console windows
- 윈도우 콘솔창에서 TrueType 글꼴 사용
7. Check daily for Git for Windows updates
- 윈도우즈용 Git 업데이트를 매일 확인 할지 여부
2) 설치할 구성요소 선택
모두 기본 설정으로 두고 Install
'OS > Windows' 카테고리의 다른 글
[Windows] Flutter 초기 세팅 하기 (0) | 2024.11.04 |
---|