Git : Add gcs for signed commits.

This commit is contained in:
Dmitry Voronin 2024-04-09 17:54:22 +03:00
parent 7661d051ae
commit 2530c2ddf3
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -49,6 +49,11 @@
git commit -m "''${@}"
}
# Git signed commit.
function gcs() {
git commit -S -m "''${@}"
}
# Git checkout.
function gch() {
git checkout "''${@}"