aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-01-31 16:58:56 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-01-31 16:58:56 +0100
commitf18e9b4ebce97e220f3197d35608366f66896064 (patch)
treed86a192a0911d124ca4d8cb993d1f7690fb5195f /bin
parentf6477766b75e401d211944519ea11d4ad4fc9f61 (diff)
Moving ansible stuff to homelab-iac repo.
Also adding patch flag to git add to interactively choose what to commit.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update-scripts-repo.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/update-scripts-repo.sh b/bin/update-scripts-repo.sh
index be782ab..22e0807 100755
--- a/bin/update-scripts-repo.sh
+++ b/bin/update-scripts-repo.sh
@@ -7,9 +7,8 @@ pushd "$SCRIPTS_REPO_PATH" || exit 1
cp -rv "$HOME/.local/usr/local/bin" .
cp -rv "$HOME/workbench/auto-void-packages" .
-cp -rv "$HOME/workbench/ansible" .
git status | less
-git add . && git commit -v && git push -v --progress
+git add --patch . && git commit -v && git push -v --progress
popd || exit 1