git proj remote [-a] [-d pMountDir] [common-options]
This will create a remote git repo on an external drive.
(Future versions may support repos on remote computers, where you have rsync access.)
This command is run after "git proj init" to setup a remote location. After this is setup, "git proj push" and "git proj pull" can be used to push/pull git and raw file changes.
Export the git repo to an external drive (or another local dir) This is usually the removable drive's "top" directory. Ideally the top directory should be different across a set of external drives, so that the local "origin" can be used to make sure the proper git repo is found on the drive. The git "origin" will be set to pMountDir/ProjName.git And "remote-raw-origin" will be set to pMountDir/ProjName.raw
-h (-H text)
-H pStyle
-q | -v | -V N (gpVerbose level)
-x | -xx... | -X N (gpDebug level)
-y | -n (only used with -a option)
Run "git proj -h" for details.
0 - if OK
!0 - if errors
git proj
git proj init
git proj clone
git proj add
git proj push
git proj pull
git proj config
git proj status
git flow
TurtleEngr
GPLv3 Copyright 2021 by TurtleEngr