git proj status [-g "pGitOpt"] [-r "pRawOpt"] [common-options]
Do a "git status"
Verify gitproj.config.remote-raw-origin is defined and mounted.
Verify origin is set to a path that exists (if mounted).
Give a "diff" (-qr) of the raw files, local vs remote (if mounted)
Git status options. For example to give a "short" status and show ignored files, use::
git proj status -g "-s --ignored"
See git status --help for the status options.
Raw options. Currently these options will be passed to the diff command. For example to show the raw files that are the same between local and remote:
git proj status -r "-s"
See git diff --help for the diff options.
-h
-H usage|text|html|md|man|int|int-html|int-md
-q, -v, -V N (gpVerbose)
-x, -xx..., -X N (gpDebug)
Run "git proj -h" for details. Or "man git-proj" for help with all the sub-commands.
0 - if OK
!0 - if errors
git proj
git proj init
git proj remote
git proj clone
git proj push
git proj pull
git proj status
git proj config
git proj add TBD
git flow
TurtleEngr
GPLv3 Copyright 2021 by TurtleEngr