We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312821b commit b80b698Copy full SHA for b80b698
1 file changed
README.md
@@ -22,6 +22,8 @@ A terminal UI for exploring git repository history. Clones repositories directly
22
uvx --from git+https://github.com/locchh/commit-explorer commit-explorer textualize/textual
23
```
24
25
+
26
27
Or clone and run locally:
28
29
```bash
@@ -31,6 +33,15 @@ uv sync
31
33
uv run commit-explorer textualize/textual
32
34
35
36
+Or:
37
38
39
+```bash
40
+GIT_SSL_NO_VERIFY=1 uvx --from git+https://github.com/locchh/commit-explorer commit-explorer textualize/textual
41
+```
42
43
44
45
## Usage
46
47
0 commit comments