File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 22
33** Contents**
44
5- * Issues and Pull Requests
6- * Accepting Modifications
7- - Involving the TC
8- * Landing Pull Requests
9- - Technical HOWTO
5+ * [ Issues and Pull Requests] ( #issues-and-pull-requests )
6+ * [ Accepting Modifications] ( #accepting-modifications )
7+ - [ Involving the TC] ( #involving-the-tc )
8+ * [ Landing Pull Requests] ( #landing-pull-requests )
9+ - [ Technical HOWTO] ( #technical-howto )
10+ - [ I Just Made a Mistake] ( #i-just-made-a-mistake )
1011
1112This document contains information for Collaborators of the io.js
1213project regarding maintaining the code, documentation and issues.
@@ -212,7 +213,7 @@ Time to push it:
212213$ git push origin master
213214```
214215
215- ### I just made a mistake
216+ ### I Just Made a Mistake
216217
217218With ` git ` , there's a way to override remote trees by force pushing
218219(` git push -f ` ). This should generally be seen as forbidden (since
You can’t perform that action at this time.
0 commit comments