[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Git repository and branches ?
From: |
Andreas Schwab |
Subject: |
Re: Git repository and branches ? |
Date: |
Fri, 22 Feb 2008 10:58:11 +0100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (gnu/linux) |
Miles Bader <address@hidden> writes:
> [I'm a bit fuzzy on what exactly gets _fetched_ by default -- whether
> all branches from the origin remote, or only the origin branch
> corresponding to the current branch
It's the former: git clone sets up the default refspec to fetch all
branches from the origin remote
(remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*).
Andreas.
--
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
- Git repository and branches ?, Xavier Maillard, 2008/02/20
- Re: Git repository and branches ?, Xavier Maillard, 2008/02/22
- Re: Git repository and branches ?, Miles Bader, 2008/02/22
- Re: Git repository and branches ?, Xavier Maillard, 2008/02/23
- Re: Git repository and branches ?, Xavier Maillard, 2008/02/23