Skip to content

kartomic8/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Utilities

This folder contains a bunch of utility scripts to perform one-off tasks.

Contents

  1. A simple script to create an ssh key
  2. Register an ssh key as a git sigining key

Commit Signature Verification

The following git commands will set up git to automatically sign your commits

git config --global gpg.format ssh
git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
git config --global commit.gpgsign true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages