Git development
 help / color / mirror / Atom feed
* Really happy with cogito for inhouse teamwork, now that I've figured out cg-clone...
@ 2005-09-29  5:58 Martin Langhoff
  2005-09-29 15:15 ` Josef Weidendorfer
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Langhoff @ 2005-09-29  5:58 UTC (permalink / raw)
  To: Git Mailing List

Just wanted to mention something that isn't in Cogito's readme, and
has been crucial in making our use of cogito straightforward.

We've made the transition a few weeks ago, and we've been _really_
happy with git/cogito (over cvs and tla, our "other" SCMs). Whoever,
there was something we all found ackward in how we did
clone/pull/push.

The _right_ way to do for a team with git-over-ssh is:

Doing the checkout the 'right' way:
 $ cg-clone git+ssh://locke.catalyst.net.nz/var/git/project.git#branchname
localdirname

Work cycle:
 # work work work
 $ cg-commit
 $ cg-update
 $ cg-push

The README doesn't talk about teams with "peer" access to a shared
repo. So I fumbled about and we were doing cg-clone using rsync (rsync
protocol or over ssh), or just straight http. This made pushing back
to the repo impossible with Cogito. So we were calling git-push
directly, with the risk of pushing to the wrong head (only really
risky for two very closely related heads, but still).

Now, I should put this into a patch to Cogito's README.... give me 5'...


martin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-29 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-29  5:58 Really happy with cogito for inhouse teamwork, now that I've figured out cg-clone Martin Langhoff
2005-09-29 15:15 ` Josef Weidendorfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox