aboutsummaryrefslogtreecommitdiff
path: root/bin/update-scripts-repo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/update-scripts-repo.sh')
-rwxr-xr-xbin/update-scripts-repo.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/update-scripts-repo.sh b/bin/update-scripts-repo.sh
index 03a20ee..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 diff | less
-git add . && git commit && git push -v --progress
+git status | less
+git add --patch . && git commit -v && git push -v --progress
popd || exit 1