diff options
| -rw-r--r-- | documentation/overview-manual/development-environment.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst index 6d1dbfcc72..a33f89e4fa 100644 --- a/documentation/overview-manual/development-environment.rst +++ b/documentation/overview-manual/development-environment.rst | |||
| @@ -542,7 +542,7 @@ descriptions and strategies on how to use these commands: | |||
| 542 | in this form assumes the local branch already exists. This command is | 542 | in this form assumes the local branch already exists. This command is |
| 543 | analogous to "cd". | 543 | analogous to "cd". |
| 544 | 544 | ||
| 545 | - *git checkout –b working-branch upstream-branch:* Creates and | 545 | - *git checkout -b working-branch upstream-branch:* Creates and |
| 546 | checks out a working branch on your local machine. The local branch | 546 | checks out a working branch on your local machine. The local branch |
| 547 | tracks the upstream branch. You can use your local branch to isolate | 547 | tracks the upstream branch. You can use your local branch to isolate |
| 548 | your work. It is a good idea to use local branches when adding | 548 | your work. It is a good idea to use local branches when adding |
