Sunday, 15 January 2012

Create working copy from git bare repository -



Create working copy from git bare repository -

i understood, bare repository sharing among different developers or machines. possible create working re-create bare repository, e.g. new developer joins project?

the point of bare repository there no working re-create -- makes things pushing easier. every developer clones repository, pulls changes , pushes alter there.

the whole point of systems git developers don't share single resource on disk, rather can modify personal copies @ , still share changes each other.

git

No comments:

Post a Comment