Skip to content

Commit

Permalink
Fix rebasing figures and minor typo in Git Crash Course
Browse files Browse the repository at this point in the history
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 <nazimudd@ualberta.ca>
  • Loading branch information
nbhuiyan committed Jan 31, 2020
1 parent dde01b7 commit fee47f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/GitCrashCourse.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ git branch new-branch
*Figure 5: Creating a new branch*

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

At this point, you simply created a new branch, but you are still on
Expand Down
Loading

0 comments on commit fee47f7

Please sign in to comment.