git config [--global] git-p4.client public-view
+git-p4.allowSubmit
+
+ git config [--global] git-p4.allowSubmit false
+
git-p4.syncFromOrigin
A useful setup may be that you have a periodically updated git repository
git config [--global] git-p4.syncFromOrigin false
+git-p4.useclientspec
+
+ git config [--global] git-p4.useclientspec false
+
Implementation Details...
=========================