Skip to content

Commit

Permalink
Merge pull request statsmodels#1091 from vincentarelbundock/minor_doc
Browse files Browse the repository at this point in the history
DOC: minor git typo
  • Loading branch information
vincentarelbundock committed Sep 21, 2013
2 parents 2a4967f + 372e794 commit 869e0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/dev/git_notes.rst
Expand Up @@ -231,7 +231,7 @@ git will know that it can safely delete your branch::

Then you can just do::

git -d shiny-new-feature
git branch -d shiny-new-feature

Make sure you use a lower-case -d. That way, git will complain if your feature
branch has not actually been merged. The branch will still exist on github
Expand Down

0 comments on commit 869e0b3

Please sign in to comment.