Aaron Bentley wrote:
>> If you want a short, human-readable name, you _tag_ it. It takes all of a
Tags are propagated during clone, and during fetch/pull (getting changes
from repository). So in that sense they are global.
If you don't publish your repository, then neither tags, nor +
has any sense, any meaning to somebody other than local private repository.
>> Well, in the git world, it's really just one shared repository that has
git clone --bare
> - you can have working trees on local systems while having the
In git we usually use "git clone --local" (with repository database
hardlinked) or "git clone --shared"/"git clone --reference "
(which automatically sets alternates, i.e. file pointing to alternate
repository database) for that. This way one gets his/her own refs
namespace, so two people can work on different branches simultaneously.
Alternate solution would be to symlink .git, or .git/objects (i.e.
repository "database").
> - you can use a checkout to maintain a local mirror of a read-only
In git you can access contents _without_ checkout/working area.
For example gitweb (one of git's web interfaces) uses only repository
database and doesn't need checkout/working area.
>> Almost nobody seems to actually use it that way in git - it's mostly more
Luben (IIRC) works this way.
--
Jakub Narebski
Poland
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
| Natalie Protasevich | [BUG] New Kernel Bugs |
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
git: | |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Patrick McHardy | [NET_SCHED 00/04]: External SFQ classifiers/flow classifier |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
