2015年1月29日
摘要: git - Deleting remote master branch, refused due to being current branch - Stack OverflowIn the settings block on the options tap in the settings page... 阅读全文
posted @ 2015-01-29 22:28 Seven1979 阅读(145) 评论(0) 推荐(0)
摘要: 在github上创建新分支 - guang11cheng的专栏 - 博客频道 - CSDN.NET在github上创建仓库: Create a new repository on the command line touch README.md git init git add README.m... 阅读全文
posted @ 2015-01-29 22:26 Seven1979 阅读(563) 评论(0) 推荐(0)
摘要: Git详解之三 Git分支 - OPEN 开发经验库Git 分支几乎每一种版本控制系统都以某种形式支持分支。使用分支意味着你可以从开发主线上分离开来,然后在不影响主线的同时继续工作。在很多版本控制系统中,这是个昂贵的过程,常常需要创建一个源代码目录的完整副本,对大型项目来说会花费很长时间。有人把 G... 阅读全文
posted @ 2015-01-29 18:41 Seven1979 阅读(145) 评论(0) 推荐(0)