Skip to content

Commit 180190e

Browse files
committed
fixup! suggestion by @Fishrock123
1 parent 29fb7da commit 180190e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

COLLABORATOR_GUIDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ With git, there's a way to override remote trees by force pushing
219219
(`git push -f`). This should generally be seen as forbidden (since
220220
you're rewriting history on a repository other people are working
221221
against) but is allowed for simpler slip-ups such as typos in commit
222-
messages. You are only allowed to force push to any io.js branch
223-
within 10 minutes from your original push. If someone else pushes to
224-
the branch your commit lives in or the 10 minute period passes,
225-
consider the commit final.
222+
messages. However, you are only allowed to force push to any io.js
223+
branch within 10 minutes from your original push. If someone else
224+
pushes to the branch your commit lives in or the 10 minute period
225+
passes, consider the commit final.

0 commit comments

Comments
 (0)