2017-07-31 39 views
1

我正在嘗試做一個interive rebase squash。它聲稱我有本地更改未提交,但事實並非如此。有什麼建議麼?git rebase錯誤地檢測到rebase的局部變化

$ git status 
On branch 859423-Modulize-JS-Build-Files 
nothing to commit, working tree clean 


$ git pull origin 859423-Modulize-JS-Build-Files 
From https://tfs/marketing.marketplace 
* branch    859423-Modulize-JS-Build-Files -> FETCH_HEAD 
Already up-to-date. 

$ git rebase -i develop 
error: Your local changes to the following files would be overwritten by merge: 
     MarketPlace.Web/Marketplace.WebUI/css/am/site.css 
Please commit your changes or stash them before you merge. 
Aborting 
fatal: cherry-pick failed 
Could not apply 8b499ab98b4f23ad30a3b8b2d5bafd9695f8405f... fully working 

回答