Skip to content

AaronGoldsmith/gpt-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpt-util

Reusable GPT utility scripts

Git Hooks

git hooks are automatically added to your project whenever you initialize or clone a repository. All hooks can be found in the .git/hooks folder.

$ ls path/to/your/repository/.git/hooks/
applypatch-msg.sample     pre-applypatch.sample     pre-rebase.sample         update.sample
commit-msg.sample         pre-commit.sample         pre-receive.sample
fsmonitor-watchman.sample pre-merge-commit.sample   prepare-commit-msg.sample
post-update.sample        pre-push.sample           push-to-checkout.sample

To use a hook, rename the file without the .sample suffix.

use chmod +x <path to file> to set the execute (x) permission on the perl file

For a more in depth overview on Git Hooks, I reccomend Atlassian's Tutorial

Auto Commit Message: Instruct GPT3.5 to review the modified code and summarize the changes.

About

Reusable GPT utility scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors