Chinaunix首页 | 论坛 | 博客
  • 博客访问: 5836
  • 博文数量: 3
  • 博客积分: 179
  • 博客等级: 入伍新兵
  • 技术积分: 40
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-21 18:32
文章分类
文章存档

2013年(3)

我的朋友

发布时间:2013-11-13 11:55:30

git merge -Xtheirs <other branch name>......【阅读全文】

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

发布时间:2013-11-12 10:19:37

参考博文 http://blog.csdn.net/xiaanming/article/details/9401981我简单归纳下:原因 : 是由于adb server的端口被占用引起的, 先找出占用端口的进程, 然后kill掉该进程。之后再重新启动adb server具体做法(windows): 在cmd 输入命令  netstat -aon | findstr "5037"  站到使用5037端口的进程.........【阅读全文】

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

发布时间:2013-11-07 10:53:57

1. Add a remote alias for your local repository, ex:git remote add self file:///path/to/your/repository 2. Push to the self remote, ex:git push self dev:master......【阅读全文】

阅读(122) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

flb_20012010-06-10 08:14

回复  |  举报
留言热议
请登录后留言。

登录 注册