Chinaunix首页 | 论坛 | 博客
  • 博客访问: 627890
  • 博文数量: 85
  • 博客积分: 1306
  • 博客等级: 中尉
  • 技术积分: 990
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-28 11:23
个人简介

嵌入式视频行业。

文章分类

全部博文(85)

文章存档

2015年(7)

2014年(5)

2013年(41)

2012年(11)

2011年(1)

2010年(3)

2008年(17)

发布时间:2013-02-22 09:23:25

删除远程分支 git branch -r -d origin/branch-namegit push origin :branch-name 删除远程Tag 显示本地 taggit tag Remote_Systems_Operation删除本地taggit tag -d Remote_Systems_Operation 用push, 删除远程taggit push origin :refs/tags/Remote_Systems_Operation......【阅读全文】

阅读(48577) | 评论(0) | 转发(1)

发布时间:2013-02-21 09:37:16

本文译自 http://nvie.com/posts/a-successful-git-branching-model/ (by Vincent Driessen) 本文转自:http://www.juvenxu.com/2010/11/28/a-successful-git-branching-model/ – 本文中我会展示一种开发模型,一年前该模型就已经被我用在所有的项目中(包括工作中的项目和私有项目),结果是非常成功的。我早就想为此写.........【阅读全文】

阅读(4356) | 评论(0) | 转发(1)

发布时间:2013-02-07 10:35:26

adsfasd......【阅读全文】

阅读(814) | 评论(0) | 转发(0)

发布时间:2013-02-07 10:34:39

OpenSSH移植到ARM Platform源码包名称版本包OpenSSH6.0p1openssh-6.0p1.tar.gz.........【阅读全文】

阅读(1951) | 评论(0) | 转发(0)

发布时间:2013-02-07 10:12:58

libxml2的配置参数 --with-minimum 表示最小编译,适用于嵌入式系统 如果使用writer、output等相关API函数的话,需要如下配置。 ./configure --with-minimum=yes --with-output=yes --with-writer=yes --with-html=yes......【阅读全文】

阅读(2541) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册