[bt-devel] Moving to DVCS?

Raoul Snyman raoul.snyman at saturnlaboratories.co.za
Sun Aug 1 22:20:19 MST 2010


On Mon, 02 Aug 2010 00:29:23 +0200, Olaf Radicke wrote:
> git clone [git-repos]
> git commit -a -m '[comment]'
> git push [owen public repos]
> git pull [git-repos]

bzr branch [bzr-branch] (why "git clone"? since when did "clone" mean
"branch"?)
bzr commit
bzr push
bzr pull (if I want, I usually use merge because it'll resolve any
potential problems)

> Complex is the merging, but this job is the job of gatekeepers
> (integration manager). Not yours. And git give the gatekeepers a
> powerful tool for this job.

Shame, on bzr, it's very easy:

bzr merge [branch to merge from]
bzr commit

-- 
Raoul Snyman, B.Tech IT (Software Engineering)
Saturn Laboratories
m: 082 550 3754
e: raoul.snyman at saturnlaboratories.co.za
w: www.saturnlaboratories.co.za
b: blog.saturnlaboratories.co.za



More information about the bt-devel mailing list