Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
correct punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Oct 19, 2011
1 parent 383f8ee commit f4559aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ hooks. Branch-specific tests allow you to be quite selective, for example:

The above example uses [git-flow](http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/),
if you aren't familiar with git flow - it's quite simple. Master is always stable and the latest
release, features are developed in their own branch, when features are completed they are merged
into develop, when it's time for a new version, a release branch is made from develop, any last
release; features are developed in their own branch; when features are completed they are merged
into develop; when it's time for a new version, a release branch is made from develop, any last
minute changes are made (generate changelog, bump version file), and then merged to master.

In this case, we have 3 hooks, one to lint (check for parse errors), test (run test cases for only
Expand Down

0 comments on commit f4559aa

Please sign in to comment.