... | ... | @@ -101,7 +101,7 @@ It actually has Windows and Mac versions too. |
|
|
The following image shows a typical Git workflow.
|
|
|
|
|
|
<br /><br /><center>
|
|
|
<img src="graphics/gitWorkflow.png" alt="Example of a typical Git workflow" width="800" />
|
|
|
<img src="https://ie-repo.up.ac.za/howto/welcome/blob/master/graphics/gitWorkflow.png" alt="Example of a typical Git workflow" width="800" />
|
|
|
</center><br /><br />
|
|
|
|
|
|
There is a good document discussing the different workflow types available on
|
... | ... | @@ -114,7 +114,7 @@ _get_ a copy of the repository onto your local machine. When you're on the |
|
|
landing page of a project you should see the project's URL as highlighted in
|
|
|
the image below.<br />
|
|
|
<center>
|
|
|
<img raphics/gitURL.png" alt="Project's Git URL" width="800" />
|
|
|
<img src = "https://ie-repo.up.ac.za/howto/welcome/blob/master/graphics/gitURL.png" alt="Project's Git URL" width="800" />
|
|
|
</center><br />
|
|
|
Please use the `HTTPS` protocol and not `SSH` (the latter, I think, is
|
|
|
usually the default). I prefer working on the command line/terminal, so the
|
... | ... | |