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
[](https://github.com/ietf-tools/datatracker/pkgs/container/datatracker-db)
7
+
[](https://github.com/ietf-tools/datatracker/pkgs/container/datatracker-db)
##### The day-to-day front-end to the IETF database for people who work on IETF standards.
10
14
@@ -41,6 +45,19 @@ You can submit bug reports, enhancement and new feature requests in the [discuss
41
45
42
46
> See the [Docker Dev Environment](#docker-dev-environment) section below for a preconfigured docker environment.
43
47
48
+
#### Git Cloning Tips
49
+
50
+
Because of the extensive history of this project, cloning the datatracker project locally can take a long time / disk space. You can speed up the cloning process by limiting the history depth:
51
+
52
+
- To fetch only up to the 10 latest commits:
53
+
```sh
54
+
git clone --depth=10
55
+
```
56
+
- To fetch only up to a specific date:
57
+
```sh
58
+
git clone --shallow-since=DATE
59
+
```
60
+
44
61
#### Code Tree Overview
45
62
46
63
The `ietf/templates/` directory contains Django templates used to generate web pages for the datatracker, mailing list, wgcharter and other things.
0 commit comments