[git-users] Installing GIT on Ubuntu 12.04

2014-07-17 Thread Ellick Marquez
Hi everybody,
I want to install git on my computer with ubuntu 12.04 but when I put the 
next code sudo apt-get install git on my terminal, it shows me that the 
package git was removed or it doesn't exist.

Please help me, I really need to use GIT

-- 
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.


Re: [git-users] Installing GIT on Ubuntu 12.04

2014-07-17 Thread Gergely Polonkai
I haven't used Ubuntu in a while, but a few years ago it was called
git-core, not git.
On 17 Jul 2014 11:54, Ellick Marquez ellick.cr...@gmail.com wrote:

 Hi everybody,
 I want to install git on my computer with ubuntu 12.04 but when I put the
 next code sudo apt-get install git on my terminal, it shows me that the
 package git was removed or it doesn't exist.

 Please help me, I really need to use GIT

 --
 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.


-- 
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.


Re: [git-users] Installing GIT on Ubuntu 12.04

2014-07-17 Thread Peter van der Does
On 07/17/2014 12:12 AM, Ellick Marquez wrote:
 Hi everybody,
 I want to install git on my computer with ubuntu 12.04 but when I put
 the next code sudo apt-get install git on my terminal, it shows me
 that the package git was removed or it doesn't exist.
 
 Please help me, I really need to use GIT
 

To install you have to use sudo apt-get git-core

But 12.04 gives you git 1.7.0.4.

If you want the latest version check out my PPA:
https://launchpad.net/~pdoes/+archive/ubuntu/ppa

Currently it has version 2.0.2 available for Ubuntu versions:
- 10.04 (Lucid)
- 12.04 (Precise)
- 13.10 (Saucy)
- 14.04 (Trusty)

Just add the PPA and use sudo apt-get install git.

-- 
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.