From 9c443ea14f044b95b3d07b7dadd9ddf9eee3bcd8 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 9 Feb 2026 12:18:22 -0500 Subject: [PATCH] [bin] Add auto push to rekey --- bin/.bin/rekey | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/.bin/rekey b/bin/.bin/rekey index d363023..0b3a3f7 100755 --- a/bin/.bin/rekey +++ b/bin/.bin/rekey @@ -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