Skip to content

Commit

Permalink
fixup! suggestion by @Fishrock123
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergstroem committed Apr 15, 2015
1 parent 29fb7da commit 180190e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ With git, there's a way to override remote trees by force pushing
(`git push -f`). This should generally be seen as forbidden (since
you're rewriting history on a repository other people are working
against) but is allowed for simpler slip-ups such as typos in commit
messages. You are only allowed to force push to any io.js branch
within 10 minutes from your original push. If someone else pushes to
the branch your commit lives in or the 10 minute period passes,
consider the commit final.
messages. However, you are only allowed to force push to any io.js
branch within 10 minutes from your original push. If someone else
pushes to the branch your commit lives in or the 10 minute period
passes, consider the commit final.

0 comments on commit 180190e

Please sign in to comment.