Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions docs/git/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ During the installation process, choose these recommended settings:

#### Linux

Install by using the package manager:

```sh
sudo apt-get install git
```
Install by using the package manager on your system.
A list of all the package managers and commands can be found [here][linux-git-dl].

Interactive tutorials
----------------------
Expand Down Expand Up @@ -87,3 +84,4 @@ git config --global url.git@github.com:.insteadOf https://github.com/
[SSH key]: https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/#generating-a-new-ssh-key
[token]: https://help.github.com/articles/creating-an-access-token-for-command-line-use/
[manager]: https://github.com/Microsoft/Git-Credential-Manager-for-Windows
[linux-git-dl]: https://git-scm.com/download/linux