diff --git a/.bin/documents-update b/.bin/documents-update index d3d7ac6..057b422 100755 --- a/.bin/documents-update +++ b/.bin/documents-update @@ -3,6 +3,7 @@ needs git-- cd ${PIMDIR} +git pull --autostash git add * git commit -am "Update $(date +"%Y-%m-%d %H:%M")" git fetch