Skip to content

Commit

Permalink
Update collaborator-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek authored Jun 15, 2021
1 parent 4ae4048 commit 0bd7653
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/guides/collaborator-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,6 @@ git push upstream master
### I made a mistake

* Ping a TSC member.
* `#node-dev` on freenode.
* With `git`, there's a way to override remote trees by force pushing
(`git push -f`). This is generally forbidden as it creates conflicts in other
people's forks. It is permissible for simpler slip-ups such as typos in commit
Expand All @@ -735,7 +734,6 @@ git push upstream master
10-minute period passes, consider the commit final.
* Use `--force-with-lease` to reduce the chance of overwriting someone else's
change.
* Post to `#node-dev` (IRC) if you force push.

### Long Term Support

Expand Down

0 comments on commit 0bd7653

Please sign in to comment.