File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # git-glimpse CLI
2+
3+ > ** Work in progress** — this package is not yet tested and may not work reliably. Use at your own risk.
4+
5+ CLI for running git-glimpse locally.
6+
7+ ## Usage
8+
9+ ``` bash
10+ npx git-glimpse init # scaffold a git-glimpse.config.ts
11+ npx git-glimpse run # generate a demo clip from your local changes
12+ ```
13+
14+ For full documentation see the [ root README] ( ../../README.md ) .
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export async function postSkipComment(
3333${ options . reason }
3434
3535---
36- *Generated by [git-glimpse](https://github.com/git-glimpse /git-glimpse)*` ;
36+ *Generated by [git-glimpse](https://github.com/DeDuckProject /git-glimpse)*` ;
3737
3838 const existing = await findExistingComment ( octokit , options ) ;
3939
@@ -145,5 +145,5 @@ ${script}
145145</details>
146146
147147---
148- *Generated by [git-glimpse](https://github.com/git-glimpse /git-glimpse)${ rerunSection } *` ;
148+ *Generated by [git-glimpse](https://github.com/DeDuckProject /git-glimpse)${ rerunSection } *` ;
149149}
You can’t perform that action at this time.
0 commit comments