git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git checkout -t -B
@ 2012-08-26  7:27 乙酸鋰
  2012-08-26 18:38 ` Junio C Hamano
  2012-08-26 18:42 ` [PATCH] doc: "git checkout -b/-B/--orphan" always takes a branch name Junio C Hamano
  0 siblings, 2 replies; 8+ messages in thread
From: 乙酸鋰 @ 2012-08-26  7:27 UTC (permalink / raw)
  To: git

Dear Sir,

I want to make current branch abcde a remote tracking branch with origin/abcde.
Since I am working on current branch abcde, I have to use the force option.
So I run

git checkout -t -B origin/abcde
works

but
git checkout -B -t origin/abcde
does not.

Could you document the order of parameters or fix the behaviour?

Thanks,
ch3cooli

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-08-28 20:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-26  7:27 git checkout -t -B 乙酸鋰
2012-08-26 18:38 ` Junio C Hamano
2012-08-27 12:20   ` Nguyen Thai Ngoc Duy
2012-08-27 17:03     ` Junio C Hamano
2012-08-27 23:09   ` Philip Oakley
2012-08-27 23:22     ` Junio C Hamano
2012-08-28 20:01       ` Philip Oakley
2012-08-26 18:42 ` [PATCH] doc: "git checkout -b/-B/--orphan" always takes a branch name Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).