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