File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
book/03-git-branching/sections Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Let's go through a simple example of branching and merging with a workflow that
4
4
You'll follow these steps:
5
5
6
6
. 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.
8
8
. Do some work in that branch.
9
9
10
10
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:
13
13
. Switch to your production branch.
14
14
. Create a branch to add the hotfix.
15
15
. 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.
17
17
18
18
[[_basic_branching]]
19
19
==== Basic Branching
You can’t perform that action at this time.
0 commit comments