|
|
|
|
|

|
|
|
|
|
|
# Finding your way with Git
|
|
|
|
|
|
This document outlines some basic elements of Git, especially in the context of
|
... | ... | @@ -104,8 +107,6 @@ The following image shows a typical Git workflow. |
|
|
<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 />
|
|
|
|
|
|
[![Example of a typical Git workflow]()](https://ie-repo.up.ac.za/howto/welcome/blob/31c8d5518921a809650806e46c1961a30e52cee0/graphics/gitWorkflow.png)
|
|
|
|
|
|
There is a good document discussing the different workflow types available on
|
|
|
the [Atlassian](https://www.atlassian.com/git/tutorials/comparing-workflows/)
|
|
|
website (I can strongly recommend their tutorials and documentation). We follow
|
... | ... | |