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
10 changes: 10 additions & 0 deletions content/get-started/quickstart/set-up-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ If you don't need to work with files locally, {% data variables.product.product_
## Setting up Git

1. [Download and install the latest version of Git](https://git-scm.com/downloads).

{% note %}

**Note**: If you are using a Chrome OS device, additional set up is required:

1. Install a terminal emulator such as Termux from the Google Play Store on your Chrome OS device.
2. From the terminal emulator that you installed, install Git. For example, in Termux, enter `apt install git` and then type `y` when prompted.

{% endnote %}

2. [Set your username in Git](/github/getting-started-with-github/setting-your-username-in-git).
3. [Set your commit email address in Git](/articles/setting-your-commit-email-address).

Expand Down