git checkout -t -B
From: 乙酸鋰 <hidden>
Date: 2016-06-15 22:54:34
From: 乙酸鋰 <hidden>
Date: 2016-06-15 22:54:34
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