首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > Ruby Rails >

git rebase master First, rewinding head to replay your work on top of it. error:

2012-11-26 
git rebase master First, rewinding head to replay your work on top of it... error: The following un

git rebase master First, rewinding head to replay your work on top of it... error: The following unt
git rebase master
First, rewinding head to replay your work on top of it...
error: The following untracked working tree files would be overwritten by checkout:
HFFrame.xcodeproj/project.xcworkspace/xcuserdata/apple.xcuserdatad/UserInterfaceState.xcuserstate
Please move or remove them before you can switch branches.
Aborting

could not detach HEAD


执行

~/Desktop/HFFrame(example) $ git clean -d -fx ""

热点排行