Skip to content

Commit

Permalink
A Deeper Look at Git: <Amended Q3 and links in Knowledge Check to ref…
Browse files Browse the repository at this point in the history
…lect lesson content> (#29111)

* Amended Q3 and links in KC to reflect lesson content

* Added periods to lesson overview items

* simplify knowledge check hrefs

* Ruby on rails apis_and_building_your_own.md: Remove dead link (#29110)

Addresses issue #29105

---------

Co-authored-by: dwlknsn <[email protected]>
  • Loading branch information
Meltasy and dwlknsn authored Nov 25, 2024
1 parent 209f84b commit 4e41f5e
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions git/intermediate_git/a_deeper_look_at_git.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ It is **very important** to take a look at all of this before progressing any fu

This section contains a general overview of topics that you will learn in this lesson.

- History-changing Git commands
- Different ways of changing history
- Using remotes to change history
- Dangers of history-changing operations
- Best practices of history-changing operations
- Pointers
- History-changing Git commands.
- Different ways of changing history.
- Using remotes to change history.
- Dangers of history-changing operations.
- Best practices of history-changing operations.
- Pointers.

### Changing history

Expand Down Expand Up @@ -142,7 +142,6 @@ You might be feeling overwhelmed at this point, so let's recap what we've learne
<div class="lesson-content__panel" markdown="1">

1. Read the chapter on [Rebasing covered by git-scm](https://git-scm.com/book/en/v2/Git-Branching-Rebasing) for an even deeper dive into Rebasing.

1. Read the chapter on [Reset covered by git-scm](https://git-scm.com/book/en/v2/Git-Tools-Reset-Demystified) for a deeper dive into `git reset`.

</div>
Expand All @@ -151,9 +150,9 @@ You might be feeling overwhelmed at this point, so let's recap what we've learne

The following questions are an opportunity to reflect on key topics in this lesson. If you can't answer a question, click on it to review the material, but keep in mind you are not expected to memorize or master this knowledge.

- [Explain what it means for branches to be pointers.](https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell)
- [How can you amend your last commit?](https://git-scm.com/book/en/v2/Git-Basics-Undoing-Things)
- [What are some different ways to rewrite history?](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History)
- [How can you amend your last commit?](#changing-the-last-commit)
- [What are some different ways to rewrite history?](#changing-multiple-commits)
- [What does it mean for branches to be pointers?](#branches-are-pointers)

### Additional resources

Expand Down

0 comments on commit 4e41f5e

Please sign in to comment.