Is it possible to delete a branch from repository?
Stephen J. Turnbull
stephen at xemacs.org
Tue May 19 18:35:31 BST 2009
Olin Shivers writes:
> I really like the shared-repo feature of bazaar. It means that I
> can incarnate multiple points in the repo's history DAG in my real
> filesystem, then interact with both of them using normal filesystem
> tools. In git, I have to
Just book up a little more, that's all. Grep git(1) for GIT_DIR (this
is how you get a "checkout" in git, don't forget to use the -f flag to
git-checkout), GIT_OBJECT_DIRECTORY (this is how you get a "shared
repo" in git, just set it and forget it unless you need more than
one), and GIT_ALTERNATE_OBJECT_DIRECTORIES (this is how you put
ancient history on DVD-ROM in git). See also GIT_WORK_TREE (an
alternative way of producing a "checkout"), the --git-dir and
--work-tree options, and gitrepository-layout(1).
Note that Bazaar checkouts are way more powerful (obviously, git can't
handle remote or foreign repositories as a "checkout"), but I strongly
prefer the way git achieves shared repositories.
More information about the bazaar
mailing list