Update README.md
Browse files
README.md
CHANGED
|
@@ -125,8 +125,8 @@ We recommend running GitScope within an isolated virtual environment to prevent
|
|
| 125 |
|
| 126 |
```bash
|
| 127 |
# 1. Clone the repository / Download the dataset
|
| 128 |
-
git clone https://
|
| 129 |
-
cd
|
| 130 |
|
| 131 |
# 2. Create a virtual environment
|
| 132 |
python3 -m venv venv
|
|
@@ -987,7 +987,7 @@ If you use this dataset or the GitScope CLI in your academic research, please ci
|
|
| 987 |
title = {GitHub Commits Lazy Pointer — Multi & Major Repositories},
|
| 988 |
year = {2026},
|
| 989 |
publisher = {Hugging Face},
|
| 990 |
-
howpublished = {\url{https://
|
| 991 |
note = {Metadata-only commit dataset with deferred-fetch URLs and GitScope CLI}
|
| 992 |
}
|
| 993 |
```
|
|
@@ -1002,4 +1002,4 @@ This project is dual-licensed:
|
|
| 1002 |
2. **The Dataset Compilation:** Released under the **Apache License 2.0**.
|
| 1003 |
|
| 1004 |
**⚠️ Critical Legal Disclaimer regarding Source Code:**
|
| 1005 |
-
The licenses above apply **ONLY** to the metadata formatting, dataset compilation, and the CLI code itself. They do **NOT** apply to the underlying source code referenced by the GitHub URLs. The code you fetch via `code_url` or `diff_url` remains strictly subject to its original repository's license (e.g., GPL, MIT, BSD). Users are entirely responsible for complying with individual repository licenses when fetching, storing, and training on the code content.
|
|
|
|
| 125 |
|
| 126 |
```bash
|
| 127 |
# 1. Clone the repository / Download the dataset
|
| 128 |
+
git clone https://github.com/AVadhyanshverma/GitScope
|
| 129 |
+
cd GitScope
|
| 130 |
|
| 131 |
# 2. Create a virtual environment
|
| 132 |
python3 -m venv venv
|
|
|
|
| 987 |
title = {GitHub Commits Lazy Pointer — Multi & Major Repositories},
|
| 988 |
year = {2026},
|
| 989 |
publisher = {Hugging Face},
|
| 990 |
+
howpublished = {\url{https://github.com/AVadhyanshverma/GitScope}},
|
| 991 |
note = {Metadata-only commit dataset with deferred-fetch URLs and GitScope CLI}
|
| 992 |
}
|
| 993 |
```
|
|
|
|
| 1002 |
2. **The Dataset Compilation:** Released under the **Apache License 2.0**.
|
| 1003 |
|
| 1004 |
**⚠️ Critical Legal Disclaimer regarding Source Code:**
|
| 1005 |
+
The licenses above apply **ONLY** to the metadata formatting, dataset compilation, and the CLI code itself. They do **NOT** apply to the underlying source code referenced by the GitHub URLs. The code you fetch via `code_url` or `diff_url` remains strictly subject to its original repository's license (e.g., GPL, MIT, BSD). Users are entirely responsible for complying with individual repository licenses when fetching, storing, and training on the code content.
|