File tree 2 files changed +34
-0
lines changed
2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,21 @@ clone:
33
33
のコラボレータに入るか fork してね。forkしたらpull requestくださいな。
34
34
35
35
git clone from github
36
+
37
+
38
+ 書く
39
+ ===
40
+
41
+ ./docs-template 以下に、PHPの関数のひな形ファイルがあるので、書きたい関数のファイルを
42
+
43
+ git mv docs-template/url/parse_url.txt docs/url/parse_url.txt
44
+
45
+ 等として移動してから
46
+
47
+ $EDITOR docs/url/parse_url.txt
48
+ git add docs/url/parse_url.txt
49
+ git commit
50
+ git push
51
+
52
+ 等としてください。
53
+ 内容は、既存の docs 以下のファイルを真似すれば良いと思います。
Original file line number Diff line number Diff line change @@ -26,3 +26,19 @@ clone:
26
26
のコラボレータに入るか fork してね。forkしたらpull requestくださいな。
27
27
28
28
git clone from github
29
+
30
+ ** 書く
31
+
32
+ ./docs-template 以下に、PHPの関数のひな形ファイルがあるので、書きたい関数のファイルを
33
+ >||
34
+ git mv docs-template/url/parse_url.txt docs/url/parse_url.txt
35
+ ||<
36
+ 等として移動してから
37
+ >||
38
+ $EDITOR docs/url/parse_url.txt
39
+ git add docs/url/parse_url.txt
40
+ git commit
41
+ git push
42
+ ||<
43
+ 等としてください。
44
+ 内容は、既存の docs 以下のファイルを真似すれば良いと思います。
You can’t perform that action at this time.
0 commit comments