码迷,mamicode.com
首页 >  
搜索关键字:git fetch    ( 34392个结果
Git 使用流程
目录一、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 中的工程 Push 到 Github(适用 Windows 平台)
今天发现一小技巧,关于如何把Eclipse的某一个Existing project push 到github服务器。Eclipse 应该是 JavaEE 版本。在project 右键 team, git 什么的commit一下。目的是生成 local repository。然后去打开windows版...
分类:Windows程序   时间:2014-05-29 02:39:14    阅读次数:373
Failed to fetch URl https://dl-ssl.google.com/android/repository/addo Android SDK更新以及ADT更新出现问题的解决办法
问题描述使用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
git使用大全
1.切换到需要版本控件的目录下面cd /Job/github2.创建一个空的代码仓库git init3.用xcode创建一个新的项目到/Job/github下,比如我建个iChat的项目4.将当前文件夹及子文件夹所有文件添加到代码库git add .5.提交到本地仓库,然后会填写更新日志( -m “...
分类:其他好文   时间:2014-05-28 18:36:01    阅读次数:313
T端带数据库查询的假人系统
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
Ubuntu12.04-64bits搭建FFmpeg环境
所有的环境搭建动作请参考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
GitHub使用教程for Eclipse
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 merge branch
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://协议
设置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
hibernate之fetch
处理关联关系是ORM中一常见操作,特别是在查询的时候,经常要在查询某个实体的时候要把它实体关联属性也查询出来,例如查询用户时级联查询角色信息,还有可能角色及联查询权限信息。在hibernate中实现这个目的有很多总方式: 1.配置OpenSessionInViewFilter,让Session在View层中保存打开状态,可以随时使用,这看起来是个一劳永逸的办法,但其也带来了一些问题,  至于会有...
分类:系统相关   时间:2014-05-25 21:38:31    阅读次数:393
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!