report_status

support.git.report_status(show_all=False)

Does ‘git status’ for all the sandboxes.

Prints the status report, if there is any, for each sandbox. There is a priority to what is reported, according to the severity of the status:

work      - changes need to be committed
untracked - there are untracked files which might need to be added
behind    - a pull is required to bring the repo up to date
ahead     - a push is required to update the remote

:param show_all : show full report for each non-clean repo :type show_all : bool

Returns

None