InstallGit

Differences between revisions 3 and 4
Revision 3 as of 2013-08-03 21:35:50
Size: 376
Editor: 173-14-15-225-Colorado
Comment: Point people to modern `git` package name instead of `git-core`; remove off-topic disclaimer about aptitude; at note about `git-core` for 10.04 LTS only
Revision 4 as of 2018-12-10 05:27:00
Size: 216
Editor: daxtens
Comment: Update for 2018
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
sudo apt-get install git sudo apt install git
Line 8: Line 8:

Note if you're running Ubuntu 10.04 LTS (Lucid), you'll instead have to install the [[http://packages.ubuntu.com/search?keywords=git|git-core package]].

Installing GIT

To use git you must have the git package installed on your system, which you can install like this:

  • sudo apt install git

Kernel/Action/InstallGit (last edited 2018-12-10 05:27:00 by daxtens)