1
0
Fork 0

Autocommitted updated scripts from costadelsol

main
Mari 3 years ago
parent afe9dc6f71
commit af5803b143
  1. 1
      bash_aliases.sh

@ -48,6 +48,7 @@ function copy_func()
}
function sync_git_only()
{
cd "$( dirname "$(realpath -e "${BASH_SOURCE[0]}")" )"
if git add . && ! git diff-index --cached --quiet HEAD; then
git commit -am "Autocommitted updated scripts from $(hostname)"

Loading…
Cancel
Save