Skip to content

Commit fee47f7

Browse files
committed
Fix rebasing figures and minor typo in Git Crash Course
Images for figure 7 and figure 8 were saved with the wrong filenames resulting in the rendered images being incorrect. The images have now been renamed to their originally intended names. [skip ci] Signed-off-by: Nazim Uddin Bhuiyan <[email protected]>
1 parent dde01b7 commit fee47f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/GitCrashCourse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ git branch new-branch
274274
*Figure 5: Creating a new branch*
275275

276276
You will now have a new branch named `new-branch`, and since you created
277-
a new branch off of your current branch (`master`), you both the branches
277+
a new branch off of your current branch (`master`), both the branches
278278
will be pointing to the same commit.
279279

280280
At this point, you simply created a new branch, but you are still on

0 commit comments

Comments
 (0)