Commit 1ce17693 authored by John Foo's avatar John Foo Committed by Tomas Tomecek
Browse files

fix TBD

parent 1a574fcf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,19 +12,19 @@
4. Clone your fork to your local machine:

```bash
git clone TBD
git clone https://gitlab.com/foo/bar/
```

5. Change into the cloned directory:

```bash
cd TBD
cd bar
```

6. Add the original repository as the "upstream" remote:

```bash
git remote add upstream TBD
git remote add upstream git://gitlab.com/asd/qwe/
```

Now, your fork has two remotes: "origin" (your fork) and "upstream" (the original repository).