On Git Bash
's download site, it says you can clone it to update it. I downloaded it to install it, but I am starting to really get into Git
and would like to clone it every time I want to update it from now on. I think I found the place where we need to clone it to, after much searching & less documentation than usual. If I am right, it is in the home
directory, right under my nose the whole time!
I checked the version number with git --version
beforehand, then cloned in that directory, then rechecked the version number Both times it said git version 1.8.3.msysgit.0
, but on the download site it says the latest version is 1.8.4.3.
Have I not found the elusive git
folder, or does the Git Bash
team not let you directly clone the latest version until some time after it comes out? I know VirtualBox does that, for example.
I know this is sort of a duplicate of this question, but I tried its answer & the PATH variable didn't even have Git
!