카테고리 없음

Windows Terminal에서 Git 업데이트 하기

constexpr 2023. 2. 7. 11:06
git --version

$ Git version이 2.14.2 ~ 2.16.1 사이라면,
git update

$ 2.16.1 이후라면,
git update-git-for-windows

위의 커맨드로 Windows Terminal에서 Git 버전을 업데이트 할 수 있다.