diff --git a/course/content/source-control/git/README.md b/course/content/source-control/git/README.md index 105bc65..6679597 100644 --- a/course/content/source-control/git/README.md +++ b/course/content/source-control/git/README.md @@ -22,6 +22,8 @@ Our daily workflow may involve: This will require a mechanism of tracking history of changes in these files and allowing teams of people to work on the same files without overriding each other's changes.
+![](git-example.svg) + ## Installing GIT We can download [Git](https://git-scm.com/) for any operating system and follow the prompts to install.
diff --git a/course/content/source-control/git/git-example.svg b/course/content/source-control/git/git-example.svg new file mode 100644 index 0000000..203ce42 --- /dev/null +++ b/course/content/source-control/git/git-example.svg @@ -0,0 +1 @@ +
Bob starts a new project
Bob starts a new proj...
STEVE
STEVE
Steve checks out the project and makes changes
Steve checks out t...
Bob makes changes too!
Bob makes change...
GIT forces Steve to get the latest changes before merging back to Bob
GIT forces Steve to get...
Steve merges his changesets back to Bob
Steve merges his...
BOB
BOB
Text is not SVG - cannot display
\ No newline at end of file