diff --git a/git.sh b/git.sh index 36e9f94..39517eb 100755 --- a/git.sh +++ b/git.sh @@ -2,5 +2,5 @@ rm -fv content/styles/config/_main.css git add . -git commit -m "update @ $(date)" +git commit -S -m "update @ $(date)" git push -u origin terminal