Skip to content

kzeslaf/kgit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kgit

My git configuration and tools.

How to set up my environment

Global configuration

Install hooks:

git config --global core.hooksPath PATH_TO_HOOKS_DIR

Repository configuration

Set local config options:

  • user.name
  • user.email
  • commit.gpgSign
  • merge.verifySignatures

Hooks

To install hooks call following command:

git config --global core.hooksPath PATH_TO_HOOKS_DIR

Available hooks

  • pre-commit hook
    • check if user.name, user.email, user.signingkey, commit.gpgSign and merge.verifySignatures are configured

Links

About

My git configuration and tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published