github - Can I work with git locally and sync to Plastic SCM server -


i understand sync can happen between git hosting services know if possible use git locally , set in such way can sync plastic scm server.

ie inverse of gitsync does...my central share plastic scm instance , local instance git

the reason working environments setup use git , since git location should able seen git location possible point plastic , not bitbucket or github per say?

plastic scm needs git server perform sync. if want sync local git repo, recommend run daemon in parent folder of git repo:

git daemon --export-all --base-path=. --reuseaddr --enable=receive-pack 

this way, when yourun sync plastic scm side, git repo reachable.

git://gitserver/gitreponame 

Comments