File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
** Contents**
4
4
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 )
10
11
11
12
This document contains information for Collaborators of the io.js
12
13
project regarding maintaining the code, documentation and issues.
@@ -212,7 +213,7 @@ Time to push it:
212
213
$ git push origin master
213
214
```
214
215
215
- ### I just made a mistake
216
+ ### I Just Made a Mistake
216
217
217
218
With ` git ` , there's a way to override remote trees by force pushing
218
219
(` git push -f ` ). This should generally be seen as forbidden (since
You can’t perform that action at this time.
0 commit comments