摘要:
使用 git checkout -b [your_branch_name] origin/[remote_branch_name] 签出远程分支在本地建立一个对应分支时出错: ubuntu:~/zhihu$ git checkout -b hotfix origin/hotfixfatal: git checkout: updating paths is incompatible with switching branches.Did you intend to checkout 'origin/hotfix' which can not be resolved as comm 阅读全文
摘要:
跟游戏开的相关的一个问答网站http://gamedev.stackexchange.com/两个常用库ChipmunkandBox2D 还有一个cocos2dios 上的游戏开发系列:http://www.raywenderlich.com/tutorialsChipmunk 是基于这篇 paper 的实现:http://graphics.ethz.ch/Downloads/Publications/Papers/2003/Tes03/Tes03.pdf如果是3D的,可能会用到Unity3D来源参考文档:http://stackoverflow.com/questions/5847846/p 阅读全文