Skip to content

Commit 94b3259

Browse files
committed
Merge pull request #33 from rjmk/branch-naming
makes name of new branch in ###Branching consistent
2 parents bc0d91a + 972c4e5 commit 94b3259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ When there are other branches in your repo the green branch is the current one y
138138
The next step is to create your own branch to work on. try this:
139139
140140
```
141-
git branch my-new-branch
141+
git branch new-branch
142142
```
143143
144144
It is best to try to name your branches as specific as possible, so not to confuse them with any others. There are many naming conventions out there for branches, but for this week simply try to name them off of a feature. For example (`navbar-collapse` or `sass-file-structure`). To see all your branches:

0 commit comments

Comments
 (0)