From 1a0f2b166d97f232ea08404d09b531dc50196dcd Mon Sep 17 00:00:00 2001 From: John Stevenson Date: Tue, 9 Oct 2018 14:03:05 +0100 Subject: [PATCH] Embedded video - Magit create local repo and add remote Created a video on how to use Magit to create a local git repository, commit changes. Then add a remote Github repository to the local git repository and push the changes up to Github. Embedded this video into the Magic section on creating a local repository. --- magit/create-local-repository.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/magit/create-local-repository.md b/magit/create-local-repository.md index 19d469469..8b5e1b1df 100644 --- a/magit/create-local-repository.md +++ b/magit/create-local-repository.md @@ -9,3 +9,6 @@ If you run git status from a file that is not currently in a git project, magit * confirm you want to create a git repository * specify where to create the repository, the root directory for the git repository +{% youtube %} +https://www.youtube.com/embed/AdEOazt1rD0?autoplay=1loop=1 +{% endyoutube %}