Skip to content

da-ba/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Scripts Repository

This repository contains useful scripts for development and setup tasks.

Scripts

setupSignedCommits.sh

This script sets up SSH commit signing for Git and creates a dedicated signing key if needed. It configures Git to use SSH signatures for commits, which is useful for signing commits with SSH keys instead of GPG.

Making Scripts Executable

Before running any script, you need to make it executable using the chmod +x command. This grants execute permissions to the script file.

For example, to make the setupSignedCommits.sh script executable:

chmod +x scripts/setupSignedCommits.sh

After making it executable, you can run the script:

./scripts/setupSignedCommits.sh

About

This repository contains useful scripts for development and setup tasks.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages