|
|
|
|
|
by moserware
3955 days ago
|
|
On Ubuntu, you can get the latest version via: sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git
git --version
Note that this is at "git version 2.5.0"This updated Git for Windows project brings that same version to Windows. |
|