forked from k-space/kube
rosdump: Easier to navigate commit messages
This commit is contained in:
parent
09a9bc4115
commit
54207c482c
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user