diff --git a/Git_lesson.md b/Git_lesson.md index 191d73d..03a56cc 100644 --- a/Git_lesson.md +++ b/Git_lesson.md @@ -30,7 +30,7 @@ In addition to the skill level self-reporting you've been doing, now we've hit t Git is a 'free and open source distributed version control system'. We probably know what free and open source means but we might be less sure about what a 'distributed version control system is'. One way to understand what Git and version control systems do is to look at the types of problems they are built to address. - +[PhD comics](http://www.phdcomics.com/comics/archive/phd101212s.gif) Many of us will have had an experience similar to this. We are working on an important piece of work and we attempt to maintain multiple versions of this document, all at different stages of completeness.