1
0
Fork 0

Autocommitted updated scripts from

main
Marissa Staib 5 years ago
parent f3ba6e1e33
commit f45f7a3b75
  1. 2
      bash_aliases.sh

@ -59,7 +59,7 @@ function bashreload()
(
cd "$( dirname "$(realpath -e "${BASH_SOURCE[0]}")" )"
needs_push=false
if git add .; git diff-index --cached --quiet HEAD; then
if git add . && ! git diff-index --cached --quiet HEAD; then
git commit -am "Autocommitted updated scripts from ${hostname}"
needs_push=true
fi

Loading…
Cancel
Save