1
0
forked from k-space/kube

rosdump: Easier to navigate commit messages

This commit is contained in:
Lauri Võsandi 2023-08-26 08:54:04 +03:00
parent 09a9bc4115
commit 54207c482c

View File

@ -23,7 +23,7 @@ data:
done done
if [[ `git status --porcelain` ]]; then if [[ `git status --porcelain` ]]; then
echo "Attempting Git check in" echo "Attempting Git check in"
git commit -m "Update $(git ls-files -m) file(s)" git commit -m "$(git diff --cached --shortstat)"
git push git push
else else
echo "No changes to commit" echo "No changes to commit"