How to upgrade Git on Windows to the latest version?

前端 未结 14 1679
面向向阳花
面向向阳花 2020-12-02 03:37

I just upgraded to Git 1.8.0.1 for Windows, from my previous version 1.7.9.mysysgit.0. I downloaded the new version from the Git site and installed through the normal Git in

14条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 04:00

    If you have already installed git , you can update the git with the command git update-git-for-windows

    to know the current version use git --version

    you can run this commands in cmd prompt

提交回复
热议问题