码迷,mamicode.com
首页 >  
搜索关键字:git github    ( 62390个结果
C#Light/Evil合体啦
决定将C#Light和C#Evil合并成一个项目,毕竟C#Evil包含C#Light所有的功能,分开两个,基本的表达式方面有什么bug还得两头改 暂时就C#Light/Evil这么叫吧,庆祝合体,画了个新图标。 一周内会迁移完毕 记住C#Light/Evil的地址 http://git.cltri....
分类:其他好文   时间:2014-07-31 13:08:06    阅读次数:261
ios facebook 分享
https://developers.facebook.com/docs/ios/share/cnhttps://github.com/fbsamples/ios-howtoshttps://developers.facebook.com/docs/ios/getting-startedios6以后...
分类:移动开发   时间:2014-07-31 12:41:16    阅读次数:366
ubuntu 14.04 配置
1. apt-get 源更新$ sudo apt-get update$ sudo apt-get upgrade2. git & Github$ sudo apt-get install git-all xclip$ git config --global user.name "Jackon Ya...
分类:其他好文   时间:2014-07-31 02:59:15    阅读次数:174
netsh winsock reset
最近要在虚拟机上安装 git ,然后托管一个项目,搞得我是焦头烂额。今天下午我卸载了vmware workstation ,但是奇怪的事就发生了,我的google chrome 浏览器没法浏览网页了。打开浏览器就出现了以下的界面:这时我输入了搜狐主页也出现了类似的提示,我想可能是 DNS 出错了,接...
分类:Windows程序   时间:2014-07-30 23:42:05    阅读次数:347
git命令
1. Git概念1.1. Git库中由三部分组成 Git 仓库就是那个.git 目录,其中存放的是我们所提交的文档索引内容,Git 可基于文档索引内容对其所管理的文档进行内容追踪,从而实现文档的版本控制。.git目录位于工作目录内。1) 工作目录:用户本地的目录;2) Index(索引):将工作目录...
分类:其他好文   时间:2014-07-30 23:38:15    阅读次数:365
常用github命令
假设repository的名字叫hello-world:1.创建一个新的repository:先在github上创建并写好相关名字,描述。$cd ~/hello-world //到hello-world目录$git init //初始化$git add . ...
分类:其他好文   时间:2014-07-30 23:37:15    阅读次数:264
service structure flowchart [mobile to server via HTTP RESTful API]
Modern flowchart for mobile, server, and etc.. communicationThis has something to do with these source codes:For the server side,https://github.com/xr...
分类:Windows程序   时间:2014-07-30 23:33:05    阅读次数:270
Git(二)--常用命令
$gitinit从当前目录初始化$gitclonegit://xxxx从远程仓库克隆$gitstatus确定哪些文件当前处于什么状态$gitadd开始跟踪一个新文件$gitdiff比较工作目录中当前文件和暂存区域快照之间的差异(修改之后还没有暂存起来的变化内容)$gitdiff--cached比较已...
分类:其他好文   时间:2014-07-30 23:19:25    阅读次数:268
开发日志-14-07-30
### Anaconda == Build == - 获取源码:git clone git://git.fedorahosted.org/git/anaconda.git - 安装依赖包: sudo yum install libtool $(grep ^BuildRequires: anaconda.spec.in | awk ‘{print $2}‘) - 安装...
分类:其他好文   时间:2014-07-30 21:02:34    阅读次数:465
Android Branch and master source code merge(patch)
Android Branch and master source code merge(patch)...
分类:移动开发   时间:2014-07-30 20:59:14    阅读次数:299
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!