From 5964efb4d0c357864687c9cc32db2e5d57b29ff2 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 22 May 2021 11:59:58 -0400 Subject: [PATCH] updated readme [skip ci] --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 384470e..2d0e0bf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Getting started with Git -## I recommendd WSL and using Debian or Alpine Linux if using Windows. If using mac you already have terminal +## I recommend WSL if using Windows. If using mac you already have terminal :-) There are GUIs for Git, but I have no experience with them. @@ -10,6 +10,12 @@ There are GUIs for Git, but I have no experience with them. Installing WSL: [HERE](https://docs.microsoft.com/en-us/windows/wsl/install-win10) +I recommend Debian OR Alpine + +Alpine Linux: [HERE](https://www.microsoft.com/en-us/p/alpine-wsl/9p804crf0395) + +Debian Linux: [HERE](https://www.microsoft.com/en-us/p/debian/9msvkqc78pk6?activetab=pivot:overviewtab) + --- Create SSH Key @@ -38,6 +44,16 @@ Add key to gitea --- +Clone git repo + +1. Find repo you want + +2. Switch to SSH option in cloning + +3. ```git clone URL_HERE``` + +--- + Now you can do the git stuff 1. ```git add NEW_FILE```