Skip to content

JohnQDeveloper/GitSkeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PER REPOSITORY

cd YOUR_REPOSITORY

cp ~/Projects/PreCommitSkeleton/.pre-commit-config.yaml ./

pre-commit autoupdate

pre-commit install

detect-secrets scan > .secrets.baseline

Default Protected Branches

  • master
  • main

These should only be updated via pull request except for the initial commit.

UPDATING SECRETS BASELINE

detect-secrets scan --baseline .secrets.baseline

INSTALL DEPENDENCIES

About

Precommit files, git log clean up tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published