Git : Add gcs for signed commits.
This commit is contained in:
parent
7661d051ae
commit
2530c2ddf3
|
@ -49,6 +49,11 @@
|
||||||
git commit -m "''${@}"
|
git commit -m "''${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Git signed commit.
|
||||||
|
function gcs() {
|
||||||
|
git commit -S -m "''${@}"
|
||||||
|
}
|
||||||
|
|
||||||
# Git checkout.
|
# Git checkout.
|
||||||
function gch() {
|
function gch() {
|
||||||
git checkout "''${@}"
|
git checkout "''${@}"
|
||||||
|
|
Loading…
Reference in a new issue