Search code examples
windowsgitbabun

How to upgrade Git in Babun


I have just installed:

https://github.com/babun/babun

in windows 8 but how do I upgrade Git to latest version?

It comes with

{ ~ } » git --version ~ git version 1.7.9

I did try:

 pact install git-2.0.4.tar

Where git-2.0.4.tar is located in the current directory. I also tried to copy it too /setup but I still get this error:

{ ~ }  »  pact install git-2.0.4.tar
Working directory is /setup
Mirror is http://mirrors.kernel.org/sourceware/cygwin/
setup.ini taken from the cache

Installing git-2.0.4.tar
Package git-2.0.4.tar not found or ambiguous name, exiting

Solution

  • pact update git

    Updated to the latest version of Git, 2.5.3, just now.