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.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/update-scripts-repo.sh b/bin/update-scripts-repo.sh
index e699472..03a20ee 100755
--- a/bin/update-scripts-repo.sh
+++ b/bin/update-scripts-repo.sh
@@ -9,6 +9,7 @@ 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
popd || exit 1