Sign all commits
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
9247ec3937
commit
c72372296c
@ -45,6 +45,9 @@ git() {
|
||||
if [ "$1" = "take" ]; then
|
||||
/usr/local/bin/git clone $2
|
||||
cd $(basename $2 | sed 's/\.git$//')
|
||||
elif [ "$1" = "commit" ]; then
|
||||
shift
|
||||
/usr/local/bin/git commit -s $@
|
||||
else
|
||||
/usr/local/bin/git $@
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user