[bin] Add auto push to rekey

This commit is contained in:
2026-02-09 12:18:22 -05:00
parent fcc5f610ec
commit 9c443ea14f

View File

@ -58,7 +58,8 @@ if [[ -d "$DOTFILES_DIR/.git" ]]; then
if ! git diff --cached --quiet; then
git commit -m "$COMMIT_MSG"
echo "Dotfiles committed: $COMMIT_MSG"
git push
echo "Dotfiles committed & pushed: $COMMIT_MSG"
else
echo "No dotfiles changes to commit"
fi