#!/bin/bash handleSecretChanges() { secretsFolderPath="$HOME/.local/share/secrets" git --git-dir "$secretsFolderPath/.git" --work-tree "$secretsFolderPath" push } handleSecretChanges