我有一個名爲9-sign-in-out
的git分支,它具有完美的工作代碼,我想把它變成主控。我目前在主分支上。Git合併錯誤
$ git branch
9-sign-in-out
* master
我想切換到9-sign-in-out
分支,但它不會讓我:
$ git checkout 9-sign-in-out
app/helpers/application_helper.rb: needs merge
config/routes.rb: needs merge
error: you need to resolve your current index first
任何想法,我怎麼能忽略所有的主分支錯誤並打開9-sign-in-out
支進大師?也許git rebase?但我不想丟失9-sign-in-out
分支中的代碼。
您的意思是說您不想在9點登錄輸入中丟失未完成的代碼? – 2011-05-15 06:09:39
@Mauvis:我已經在分支9號簽入了我的代碼。 – Sayanee 2011-05-19 09:39:22