본문 바로가기
핀테크 서비스 프론트엔드 개발자 취업 완성 2기/Git

git 버전 확인 & 업데이트하기!

by flyda 2022. 3. 28.

git 설치는 다음 사이트에서 한다. 

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

 

난 이미 설치가 되어 있기 때문에, 업데이트만 진행하려고 한다. 

찾아보니까 cmd창에서 해도 되는 것 같은데, 나는 git이 이미 설치가 되어 있어서 Git Bash 창에서 진행했다. 

Git 버전 확인

git --version

 

Git 업데이트하기! 

git update-git-for-windows

 

git 수업 준비 끝!!

 

참고 블로그 : https://thinkground.studio/git-%EC%84%A4%EC%B9%98-%EB%B0%8F-%EC%97%85%EB%8D%B0%EC%9D%B4%ED%8A%B8-%EB%B0%A9%EB%B2%95/

댓글