On Wed, Apr 8, 2015 at 12:59 PM, Jorge Luis Callalle Torres <
jlcalla...@gmail.com> wrote:

> How to update last version git, Now I have git version 1.9.1 in Linux
> what can I do
>
> thanks a lot
>

​If you are asking how to upgrade from version 1.9.1 to the current version
of git, that will depend on which Linux distribution you have or if you
installed it from source. On Fedora Linux, the simplest way is to issue the
command:

sudo yum -y upgrade git\*

The sudo runs the yum command as root. The -y is the "don't bother me, just
do it" switch. the git\* basically says to update all the packages which
start with the characters "git", and any necessary updates to other
packages. There are other commands for SuSE and Ubuntu. But I don't know
what they are because I only run Fedora.

You might start looking on this page: http://git-scm.com/download/linux
​


-- 
If you sent twitter messages while exploring, are you on a textpedition?

He's about as useful as a wax frying pan.

10 to the 12th power microphones = 1 Megaphone

Maranatha! <><
John McKown

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to