Cali0707 / git-utils

A collection of useful git tools
Apache License 2.0
3 stars 2 forks source link

Added alias for git commit -s -m #40

Open Cali0707 opened 3 months ago

Cali0707 commented 3 months ago

I often find myself writing git commit -s -m "commit message".

This sets a simple alias for this command, simplifying the code to git csm "commit message"