Skip to content

Commit a1792ab

Browse files
committed
Merge pull request #324 from mosdalsvsocld/patch-1
Update basic-branching-and-merging.asc
2 parents fcb8b11 + 818dc66 commit a1792ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/03-git-branching/sections/basic-branching-and-merging.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ If you need to pull it in, you can merge your `master` branch into your `iss53`
146146

147147
(((branches, merging)))(((merging)))
148148
Suppose you've decided that your issue #53 work is complete and ready to be merged into your `master` branch.
149-
In order to do that, you'll merge in your `iss53` branch, much like you merged in your `hotfix` branch earlier.
149+
In order to do that, you'll merge your `iss53` branch into `master`, much like you merged your `hotfix` branch earlier.
150150
All you have to do is check out the branch you wish to merge into and then run the `git merge` command:
151151

152152
[source,console]

0 commit comments

Comments
 (0)