Skip to content

Commit

Permalink
resize screencast
Browse files Browse the repository at this point in the history
commit-id:10b2d83b
  • Loading branch information
ejoffe committed Jul 10, 2021
1 parent 0751fc1 commit 222f828
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified docs/git_spr_cast.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion github/githubclient/star.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
sprRepoOwner = "ejoffe"
sprRepoName = "spr"
sprRepo = "ejoffe/spr"
promptCycle = 50
promptCycle = 25
)

func (c *client) MaybeStar(ctx context.Context, cfg *config.Config) {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Download the pre-compiled binaries from the [releases page](https://github.com/e
Install Commit Hook
-------------------

A commit hook is used to add a commit-id tag to each commit. To install the commit hook, simply run the following in your root git directory.
A commit hook is used to add a commit-id tag to each commit. To install the commit hook, simply run the following in the root directory of the git repository you are working on.

```base
> ln -s $(which spr_commit_hook) .git/hooks/commit-msg
Expand Down

0 comments on commit 222f828

Please sign in to comment.