You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -49,13 +49,13 @@ git list
49
49
50
50
A few handy tips to make it work best `git`:
51
51
52
-
1. Use the snake-case format for your repository name and prefix it with "stata". For example, if your program {it: helloWorld}, your repository should be called {it:stata-hello-world}.{p_end}
52
+
1. Use the snake-case format for your repository name and prefix it with "stata". For example, if your program _helloWorld_, your repository should be called _stata-hello-world_.
53
53
54
-
2. Use the {it: camelCase} for your program name and any installable other auxiliary files including the {it: .sthlp} file.{p_end}
54
+
2. Use the _camelCase_ format for your program name and any installable other auxiliary files including the _.sthlp_ file.
55
55
56
-
3. Place all the files you want to be copied over in the root of your repository.{p_end}
56
+
3. Place all the files you want to be copied over in the root of your repository.
57
57
58
-
4. It works nicely (and it's easier for community collaboration) if you host your repository on a public repo like {it:github}{p_end}.
58
+
4. It works nicely (and it's easier for community collaboration) if you host your repository on a public repo like _github_.
0 commit comments