|
@@ -27,7 +27,7 @@ system.
|
|
|
```python
|
|
```python
|
|
|
python fetch.py
|
|
python fetch.py
|
|
|
```
|
|
```
|
|
|
-It creates a directory with issues. To convert these into a format from which they can
|
|
|
|
|
|
|
+It creates a subdirectory called "issues" where . To convert these into a format from which they can
|
|
|
be processed, use:
|
|
be processed, use:
|
|
|
```python
|
|
```python
|
|
|
python git_log_to_array.py <path_to_local_repo>
|
|
python git_log_to_array.py <path_to_local_repo>
|