diff --git a/episodes/03-feature-branch.md b/episodes/03-feature-branch.md index e1efb46..3bee168 100644 --- a/episodes/03-feature-branch.md +++ b/episodes/03-feature-branch.md @@ -41,8 +41,6 @@ $ git clone git@github.com:metoffice/git-training-demo.git Make sure to navigate to the `Desktop` folder first. -![](fig/github-collaboration.svg){alt='A diagram showing that "git clone" can create a copy of a remote GitHub repository, allowing a second person to create their own local repository that they can make changes to.'} - ## Feature Branches You can now make changes to the `git-training-demo` repository diff --git a/episodes/fig/github-collaboration.svg b/episodes/fig/github-collaboration.svg deleted file mode 100644 index 8ebb969..0000000 --- a/episodes/fig/github-collaboration.svg +++ /dev/null @@ -1,767 +0,0 @@ - - - -image/svg+xml -.gitorigin https://github.com/MetOffice/git-training-demo.git -~/Desktop/mo-fitzroy/weather -git add -git commit -staging area -repository -.git -https://github.com/MetOffice/git-training-demo.git -repository -git clone -.gitorigin https://github.com/MetOffice/git-training-demo.git -~/Desktop/mo-fitzroy/git-training-demo -git add -git commit -staging area -repository - \ No newline at end of file