From a39feb97d929b56740ef00dd96a1dd431b31d2d3 Mon Sep 17 00:00:00 2001 From: Dimitrios Theodorakis Date: Tue, 17 Dec 2024 13:40:08 +0000 Subject: [PATCH] #84 Adds in a message not to run GitHubs suggested commands when creating a repo --- episodes/07-github.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/episodes/07-github.md b/episodes/07-github.md index 08810a5d2f..00217e040b 100644 --- a/episodes/07-github.md +++ b/episodes/07-github.md @@ -48,7 +48,8 @@ explanation of why the repository needs to be empty. ![](fig/github-create-repo-02.png){alt='The second step in creating a repository on GitHub: filling out the new repository form to provide the repository name, and specify that neither a readme nor a license should be created'} As soon as the repository is created, GitHub displays a page with a URL and some -information on how to configure your local repository: +information on how to configure your local repository. +Ignore the suggested commands for now as we will run these later. ![](fig/github-create-repo-03.png){alt='The summary page displayed by GitHub after a new repository has been created. It contains instructions for configuring the new GitHub repository as a git remote'}