Loading labs/lab3.solution.md +3 −3 Original line number Diff line number Diff line Loading @@ -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). Loading Loading
labs/lab3.solution.md +3 −3 Original line number Diff line number Diff line Loading @@ -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). Loading