目录一、Git安装安装Git客户端在OSChina创建项目Git
Gui简单使用(项目的clone、commit、pull、push)二、Eclipse中Git的使用三、Pull Request使用 (代码审核)一、Git安装
1、安装Git客户端 Git gui下载地址:msysgit,这...
分类:
其他好文 时间:
2014-05-29 04:15:12
阅读次数:
509
今天发现一小技巧,关于如何把Eclipse的某一个Existing project push
到github服务器。Eclipse 应该是 JavaEE 版本。在project 右键 team, git 什么的commit一下。目的是生成 local
repository。然后去打开windows版...
问题描述使用SDK Manager更新时出现问题Failed to fetch URL
https://dl-ssl.google.com/android/repository/repository-6.xml, reason:
Connection to https://dl-ssl.google...
分类:
移动开发 时间:
2014-05-28 19:02:40
阅读次数:
44763
1.切换到需要版本控件的目录下面cd /Job/github2.创建一个空的代码仓库git
init3.用xcode创建一个新的项目到/Job/github下,比如我建个iChat的项目4.将当前文件夹及子文件夹所有文件添加到代码库git add
.5.提交到本地仓库,然后会填写更新日志( -m “...
分类:
其他好文 时间:
2014-05-28 18:36:01
阅读次数:
313
commit
87f8ac21ca6d2d086984dfc39b1869dc51ecd36fAuthor: Vitasic Date: Tue Jun 26
15:43:38 2012 +0400 Add Fake Playersdiff --git a/src/server/game/...
分类:
数据库 时间:
2014-05-28 04:43:05
阅读次数:
409
所有的环境搭建动作请参考FFMpeg官方网站:http://www.ffmpeg.org/index.html1. 获取源代码:git clone
git://source.ffmpeg.org/ffmpeg.git ffmpeg,下面三个目录是需要用到的ffmpeg_sources– Where ...
分类:
其他好文 时间:
2014-05-28 03:55:32
阅读次数:
234
1.下载egit插件打开Eclipse,git需要eclipse授权,通过网页是无法下载egit的安装包的。在菜单栏依次打开eclipse→help→install
new software→add,Name栏中输入egit,location栏中输入 http://download.eclipse....
分类:
系统相关 时间:
2014-05-28 02:59:18
阅读次数:
4490
git branch look at your branchesgit branch
newbranchgit checkout newbrachdo somethinggit checkout mastergit merge
newbranchgit branch -d newbrach
分类:
其他好文 时间:
2014-05-27 16:09:01
阅读次数:
227
设置git使用http://协议代替git://协议,保证网络畅行D:\git config
--global url."https://".insteadOf git://D:\git config
--listcore.symlinks=falsecore.autocrlf=truecolor....
分类:
其他好文 时间:
2014-05-26 18:49:07
阅读次数:
958
处理关联关系是ORM中一常见操作,特别是在查询的时候,经常要在查询某个实体的时候要把它实体关联属性也查询出来,例如查询用户时级联查询角色信息,还有可能角色及联查询权限信息。在hibernate中实现这个目的有很多总方式:
1.配置OpenSessionInViewFilter,让Session在View层中保存打开状态,可以随时使用,这看起来是个一劳永逸的办法,但其也带来了一些问题, 至于会有...
分类:
系统相关 时间:
2014-05-25 21:38:31
阅读次数:
393