Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH] git-clone: Add option --branch to override initial branch

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:46:19

Johannes Schindelin [off-list ref] writes:
Hi,

On Mon, 2 Mar 2009, Tor Arne Vestbø wrote:
quoted
The options --branch and -b allow the user to override the initial 
branch created and checked out by git-clone. Normally this is the active 
branch of the remote repository, which is also the fallback if the 
selected branch is not found.
I do not think that falling back if the selected branch is not found is a 
wise choice.

Besides, the common way to check out something different than the remote's 
HEAD is like this:

	$ git clone -n $URL
	$ cd $DIR
	$ git checkout -t origin/$BRANCH

I am undecided if that is good enough, or your patch is needed.
I am fairly negative on this one, if it matters.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help