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
|
||||
if [[ `git status --porcelain` ]]; then
|
||||
echo "Attempting Git check in"
|
||||
git commit -m "Update $(git ls-files -m) file(s)"
|
||||
git commit -m "$(git diff --cached --shortstat)"
|
||||
git push
|
||||
else
|
||||
echo "No changes to commit"
|
||||
|
Loading…
Reference in New Issue
Block a user