Changed branch name suggestion

This commit is contained in:
Lorenz Meier 2014-07-03 14:46:06 +02:00
parent 7608628e9d
commit 74f0301fa1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ First [fork and clone](https://help.github.com/articles/fork-a-repo) the project
*Always* branch off master for new features.
```
git checkout -b my_descriptive_branch_name
git checkout -b mydescriptivebranchname
```
### Edit and build the code