Skip to content

Commit 89c7bff

Browse files
committed
updated git_push_stats.sh
1 parent 669a546 commit 89c7bff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: git/git_push_stats.sh

+8
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,11 @@ Files Other: $files_other
8282
Files Total: $files_total
8383
8484
EOF
85+
86+
if [ "$files_total" != $((files_added + files_modified + files_renamed + files_other)) ]; then
87+
echo
88+
warn "Total Files != ( Added + Modified + Deleted + Renamed )
89+
90+
Check what the 'Other Files' are
91+
"
92+
fi

0 commit comments

Comments
 (0)