본문 바로가기

Git - 윈도우 환경 Git for Windows 업데이트

 

이미 Git for Windows 를 설치해 둔 상태라면, 

아래와 같이 업데이트 할 수 이싿.

 

버전확인은 아래 명령으로 확인할 수 있다.

git --version 

업데이트를 수행하기 위해서는 딱 한줄 아래 명령을 수행하고,

git update-git-for-windows

'Y' 를 선택하면, 자동으로 업데이트를 진행한다.

 

실제 진행한 cmd 화면을 캡쳐해 둔다.

설치중에 선택의 여지가 있는 부분은 아래 몇개가 있다.

도스창에서 Git cli 를 하고 싶다면, 아래 체크박스를 꼭 해두길... Git Bash 를 쓰면 편리하다.

그리고, 기본 에디터로 Notepad++ 을 이용해도 되고, 요즘 많이 쓰는 Visual Studio Code 를 사용해도 된다.

나머지는 그냥 Next 눌러서 설치를 완료한다. (특별히 변경해야 하는 것들이 더 있는지는 각자 개인취향)

마지막으로, Git for windows 는 그냥 해당 홈페이지에서 다운로드 받아서 설치해도 된다.

클릭을 좋아하는 사람은 이걸로.

https://gitforwindows.org/

 

Git for Windows

Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike. Git BASH Git for Windows provides a BA

gitforwindows.org

 

B로그0간

개발 관련 글과 유용한 정보를 공유하는 공간입니다.