updated readme [skip ci]
This commit is contained in:
parent
83fae8988a
commit
5964efb4d0
18
README.md
18
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```
|
||||
|
Loading…
x
Reference in New Issue
Block a user