Skip to content

Commit bfa7d8f

Browse files
Merge pull request #26 from DeDuckProject/some-tweaks
Some tweaks
2 parents 45510f3 + e12068e commit bfa7d8f

4 files changed

Lines changed: 16 additions & 2 deletions

File tree

assets/logo_square_small.png

16.3 KB
Loading
18.9 KB
Loading

packages/cli/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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).

packages/core/src/publisher/github-comment.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)