Skip to content

Commit cf91ffe

Browse files
authored
Merge pull request #1242 from HonkingGoose/issue_609
Agile/scrum user-story fix.
2 parents 0bf5e1a + ec8b604 commit cf91ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Let's go through a simple example of branching and merging with a workflow that
44
You'll follow these steps:
55

66
. Do some work on a website.
7-
. Create a branch for a new story you're working on.
7+
. Create a branch for a new user story you're working on.
88
. Do some work in that branch.
99

1010
At this stage, you'll receive a call that another issue is critical and you need a hotfix.
@@ -13,7 +13,7 @@ You'll do the following:
1313
. Switch to your production branch.
1414
. Create a branch to add the hotfix.
1515
. After it's tested, merge the hotfix branch, and push to production.
16-
. Switch back to your original story and continue working.
16+
. Switch back to your original user story and continue working.
1717

1818
[[_basic_branching]]
1919
==== Basic Branching

0 commit comments

Comments
 (0)