Skip to content

Commit

Permalink
Merge pull request #4796 from nbhuiyan/git-course-fix
Browse files Browse the repository at this point in the history
Fix rebasing figures and minor typo in Git Crash Course
  • Loading branch information
0xdaryl authored Jan 31, 2020
2 parents 7d3584f + fee47f7 commit 20aa0b5
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 20aa0b5

Please sign in to comment.