Git install in Windows10, 윈도우10에 Git 설치하기 ~~
본문 바로가기

Interests [관심사]/Other Infor

Git install in Windows10, 윈도우10에 Git 설치하기 ~~

Angular JS 공부를위해 야심차게 설치를 하다가 갑자기 Git 이 필요하다는걸 뒤늦게 깨닳은 1인.. 

그럼 우리함께 Windows10에 Git을 설치해보도록 하겠습니다.


  https://git-scm.com/download/win


사이트에 접속해서 윈도우용 깃 (Git) 설치파일을 다운받습니다.



NEXT



- Additional icons > On the Desktop : 윈도우 바탕화면에 Git 아이콘 추가

- Windows Explorer integration > Git Bash Here, Git GUI Here : 폴더선택 후 마우스 오른쪽 버튼 클릭 시 Git에 연결 시킬 수 있는 기능 제공

- Git LFS (Large File Support) : 용량이 큰 파일 지원

- Associate .git* configuration files with the default text editor : .gif* 구성파일을 기본 텍스트 편집기와 연결

- Associate .sh files to be run with Bash : Bash 와 같이 실행될 .sh 파일 연결

- Use a TrueType font in all console windows : 모든 윈도우 콘솔창에서 올바른 글꼴 사용

- Check daily for Git for Windows updates : Git for Windows 업데이트 매일 체크


NEXT



NEXT



-  Use Git from Git Bash only : 사용자 PC의 PATH를 수정하지 않고 Git Bash 에서 Git command line tools 만 사용 가능

- Use Git from the Windows Command Prompt : 사용자의 PC의 PATH에 최소한의 Git wrappers를 추가 

Git Bash와 Windows 명령 프롬프트에서 Git 사용 가능

- Use Git and optional Unix tools from the Windows Command Prompt : Git 그리고 유닉스 툴 모두 사용자 PC의 PATH에 추가해서 Git을 사용


NEXT



NEXT



- Checkout Windows-style, commit Unix-style line endings : Checkout 할때는 윈도우 스타일, Commit 할때는 유닉스 스타일로 적용

- Checkout as-is, commit Unix-style line endings : Checkout 할때는 스타일 변환 없음, Commit 할때는 유닉스 스타일로 적용

- Checkout as-is, commit as-is :  Checkout, Commit 둘다 Ending 스타일 변환 없음


NEXT



- Use MinTTY(the default terminal of MSYS2) : MinTTY terminal emulator 사용

- Use Windows' default console window : Windows 기본 콘솔 사용


NEXT



- Enable file system caching : 성능향상을 위해 파일 시스템 데이터를 메모리에 캐시됩니다. 

- Enable Git Credential Manager : Windows 용 보안 Git 자격증명 저장소를 사용하기 위해 Git Credential Manager 활성화

- Enable symbolic links : symbolic links 활성화


NEXT

 



설치 진행중입니다.



설치가 완료 되었습니다 !

기본 설정 경로로 설치를 했다면 아래의 경로에 실행파일들이 생성됩니다.


C:\Program Files\Git



Bash 모드로 실행



GUI 모드로 실행



CMD 모드로 실행


Windows10에 Git 설치 참 쉽죠 ~~~~~~~~~~






※ 설치에 대한 상세 설명은 아래의 블로그를 참고하였습니다 ^^ ※

 http://dev-gabriel.tistory.com/21