From e1743250776b58d24f96909d8332df40c13f1a8c Mon Sep 17 00:00:00 2001 From: Bastian Date: Wed, 15 Jan 2020 13:46:33 +0100 Subject: [PATCH] add installing git --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8781511..9992db4 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ Table of Contents # How to Git started +## Install Git +Download git for your operating system at: git-scm.com/downloads + ## Using a GUI You can use any GUI for git, the ones we use are Fork and Sourcetree
You can download these at https://www.sourcetreeapp.com/ and https://git-fork.com/ @@ -46,6 +49,7 @@ Cheatsheets:
- Staging - Committing - Git push +- Fork - Git pull request - Branching - Merge / Rebase