码迷,mamicode.com
首页 >  
搜索关键字:github    ( 38406个结果
git 的远程控制,结合github 实现多人的合作
一、首先是 : git clone  例如是: git clone http://github.com/你的账户/你的代码仓库.git 然后就能得到git 的本地仓库,在任何文件夹建立都可以。得到的就是其代码仓库; 二、然后是: 对其进行修改,会用到:git add . ; git commit -m "" ; git diff 等等; 命令详见我的其他的博文,很详细得...
分类:其他好文   时间:2015-05-03 10:43:20    阅读次数:134
用 Houston 在本地调试远程通知
Houston 的背景Houston 在 GitHub 上的地址:https://github.com/nomad/Houston,作者又是Mattt Thompson,简直是惨无人道啊,又高产,又有质量Houston 能让我们在本地、甚至终端很方便的调试远程通知。安装首先在终端安装:$ gem install houston我第一次安装的时候报了错,但是第二次就安装成功了:... Installi...
分类:其他好文   时间:2015-05-03 07:08:09    阅读次数:104
Git操作-远程仓库
我们这里的远程仓库使用github(提供git仓库托管的一个网站),首先需要有github账号。连接本地git与github由于本地git仓库与github仓库之间的传输是通过SSH加密的,所以需要设置: 1、创建SSH Key。在用户主目录下,看看有没有.ssh目录,如果有,再看看这个目录下有没有id_rsa和id_rsa.pub这两个文件,如果已经有了,可直接跳到下一步。如果没有,打开She...
分类:其他好文   时间:2015-05-02 23:25:58    阅读次数:190
ValueBar
https://github.com/PhilJay/ValueBar
分类:其他好文   时间:2015-05-02 23:20:22    阅读次数:140
CircleDisplay
https://github.com/PhilJay/CircleDisplay
分类:其他好文   时间:2015-05-02 23:19:18    阅读次数:151
[翻译] JKLLockScreenViewController
JKLLockScreenViewControllerhttps://github.com/tiny2n/JKLLockScreenViewControllerOverviewIt is Lock Screen Controller on platform iOS.这是iOS平台上的锁屏控制器源码....
分类:其他好文   时间:2015-05-02 23:18:50    阅读次数:261
JellyViewPager
https://github.com/jfeinstein10/JazzyViewPagerhttps://github.com/chiemy/JellyViewPagerJellyViewPager.zip
分类:其他好文   时间:2015-05-02 23:18:04    阅读次数:169
android-betterpickers
https://github.com/derekbrameyer/android-betterpickers
分类:移动开发   时间:2015-05-02 23:14:56    阅读次数:143
CardView
https://github.com/chiemy/CardViewCardView-master.zip
分类:其他好文   时间:2015-05-02 23:12:02    阅读次数:148
MultiCardMenu
https://github.com/wujingchao/MultiCardMenuMultiCardMenu-master.zip
分类:其他好文   时间:2015-05-02 22:01:59    阅读次数:99
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!