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
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,23 @@
4
4
5
5
The code analysis is non-judgemental. It simply collects the facts such as what languages and frameworks are used, number of lines of code or library use. All that data is assembled into a Developer Profile to help someone looking for your skills to find you.
6
6
7
+
## Table of Contents
8
+
9
+
-[Privacy](#privacy)
10
+
-[Quick start](#quick-start)
11
+
-[Adding more commit emails](#adding-more-commit-emails)
12
+
-[Adding more projects to your profile](#adding-more-projects-to-your-profile)
* public profile: https://stackmuncher.com/rimutaka
@@ -34,7 +51,7 @@ The app will access `.git` folder inside `path_to_any_of_your_local_projects` di
34
51
35
52
The **default config** of the app assumes that it is run on a development machine from the root folder of a repository you made commits to.
36
53
37
-
#### Example
54
+
**Example**
38
55
39
56
I made commits to `~/rust/quickxml_to_serde` project recently and want to test StackMuncher app on it:
40
57
```shell
@@ -50,7 +67,7 @@ I made commits to `~/rust/quickxml_to_serde` project recently and want to test S
50
67
51
68
We often commit to the same repo using different `user.email` Git setting. Run `git shortlog -s -e --all` to check if you made commits under any other email addresses.
52
69
53
-
#### Example
70
+
**Example**
54
71
55
72
Find out what email addresses were used in commits to `xml_to_serde` repo:
56
73
@@ -188,12 +205,12 @@ _The current version of the app is at alpha-stage and should be used for testing
188
205
189
206
We want to hear about as many issues users run into as possible. Copy-paste the log and error messages printed by the app into https://github.com/stackmuncher/stm_app/issues/new/choose and let us help you.
190
207
191
-
#### Pre-requisites:
208
+
**Pre-requisites:**
192
209
193
210
* Git is installed and its `user.email` setting was configured
194
211
* the project to be analyzed has commits from the same author/committer as in`user.email` setting
195
212
196
-
#### If the app did something, but no report was submitted:
213
+
**If the app did something, but no report was submitted:**
197
214
198
215
* look through the log it printed for clues
199
216
* run `stackmuncher view_config` and check the output in`reports` folder - there should be at least 4 files:
0 commit comments