Skip to content

Commit

Permalink
feat: set convco commit as git core.editor
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 9, 2024
1 parent b2e79f3 commit c2fbaaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ write_hooks() {
write_commit_msg_hook
}

integrate_convco_with_git() {
git config --local core.editor ".cargo/bin/convco commit"
log "Integrating convco with git..."
}

end_log() {
log "===================\nTo get started, you can run the make tasks defined in the Makefile.\n"
make help
Expand Down

0 comments on commit c2fbaaf

Please sign in to comment.