From 5f8417b5b797d2282c475b1277e1a964fd0e3dd9 Mon Sep 17 00:00:00 2001 From: njlyon0 Date: Tue, 27 Aug 2024 10:19:21 -0400 Subject: [PATCH] fix: handling some alt text typos Angel spotted --- branches.qmd | 2 +- github.qmd | 2 +- milestones.qmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/branches.qmd b/branches.qmd index 731e9e0..506d84d 100644 --- a/branches.qmd +++ b/branches.qmd @@ -142,7 +142,7 @@ GitHub will also handily create a "Delete branch" button at the bottom of the pu After you click "Delete branch" it will be replaced by a "Restore branch" button so you could always reclaim it if need be.

-Screenshot of a pull request on GitHub after the 'delete branc' button has been clicked and replaced by a 'restore branch' button +Screenshot of a pull request on GitHub after the 'delete branch' button has been clicked and replaced by a 'restore branch' button

Finally, return to the "Code" tab of your GitHub repository and you can see that the changes we implemented in the branch are now part of the repository's "main" branch. The branch name is displayed just above the last commit message and the first file in the repository but below the different tab names. diff --git a/github.qmd b/github.qmd index 74e8f03..84f60dd 100644 --- a/github.qmd +++ b/github.qmd @@ -110,7 +110,7 @@ Note: it is possible to edit and add files entirely on the GitHub website, by na

-Screenshot of a GitHub repository landing page where the 'add file' button has been clicked and a yellow circle surrounds the 'create new file' and 'upload files' buttons in the sub-menu that created +Screenshot of a GitHub repository landing page where the 'add file' button has been clicked and a yellow circle surrounds the 'create new file' and 'upload files' buttons in the sub-menu that action created

### Creating a Repository on GitHub diff --git a/milestones.qmd b/milestones.qmd index 38d25d4..e79fe6b 100644 --- a/milestones.qmd +++ b/milestones.qmd @@ -55,7 +55,7 @@ Then click on either the "New milestone" or "Create a milestone" button if you h Fill out some information about your milestone, such as the title, due date (if any), and description. Click on "Create milestone" once you're done.

-Screenshot of the creation phase for a new GitHub milestone with an open field for a title and description as well as an option due date field +Screenshot of the creation phase for a new GitHub milestone with an open field for a title and description as well as an optional due date field

You can always go back to the "Milestones" page and click "Edit" if you need to edit the title, due date, or description.