InstallGit

Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2010-06-21 12:51:43
Size: 373
Editor: 85-210-146-14
Comment:
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 3: Line 3:
To use {{{git}}} you must have the {{{git-core}}} package installed on your system: To use `git` you must have the [[http://packages.ubuntu.com/search?keywords=git|git package]] installed on your system, which you can install like this:
Line 5: Line 6:
sudo apt-get install git-core}}}

We recommend the use of apt-get because other tools such as aptitude will autoremove packages that have no install links. Note that the {{{git}}} package is an entirely different tool which will not do what you want.
sudo apt install git
}}}

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)