Print a message when all went well

This commit is contained in:
Sven van Heugten 2026-03-06 17:44:30 +01:00
parent d90e2eebc3
commit fea90637e3
No known key found for this signature in database
GPG key ID: D612F88666F4F660
2 changed files with 8 additions and 0 deletions

View file

@ -111,5 +111,6 @@ for commit_hash in "${commits[@]}"; do
done
echo
echo "Success!"
echo "Returning to $orig_ref"
git checkout -q "$orig_ref"