diff --git a/docs/contrib/GitGuide.md b/docs/contrib/GitGuide.md index c9ad8cfdc94..da22ff87d33 100644 --- a/docs/contrib/GitGuide.md +++ b/docs/contrib/GitGuide.md @@ -31,7 +31,7 @@ feature branch for making your changes. For example: git checkout master && git branch shiny-new-feature git checkout shiny-new-feature # Or equivalently, -git checkout master && checkout -b shiny-new-feature +git checkout master && git checkout -b shiny-new-feature ``` This changes your working directory to the shiny-new-feature branch. Keep any