目录一、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版...
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
最近习惯性访问N个Linux机器,在不同机器间跳来跳去,很是麻烦,最终,找到了sshfs,可以把远程目录直接映射到本地,无需修改远程机器的设置,仅要求有ssh连接的权限(ssh都没有的话,还能干啥?!~!)官网地址:http://fuse.sourceforge.net/sshfs.html安装:#...
分类:
其他好文 时间:
2014-05-26 18:27:36
阅读次数:
234
外部链接虚拟机linux服务的时候,一直未连接,后来发现没有安装ssh导致以下是ssh安装步骤,具体过程请百度一下~//可检查是否安装root@kiwi-virtual-machine:~#
ssh localhostssh: connect to host localhost port 22:.....
分类:
系统相关 时间:
2014-05-26 17:13:19
阅读次数:
344