Git
文章平均质量分 91
bigsnowstorm
这个作者很懒,什么都没留下…
展开
-
十个基本的Git命令
一、Git Tutorial : Starting with git using just 10 commands http://blog.xkoder.com/2008/08/13/git-tutorial-starting-with-git-using-just-10-commands/,是一个面向individual developer的简单Git教程,讲解了Git的10个常用命令。 1翻译 2013-12-28 08:46:53 · 787 阅读 · 0 评论 -
Octopress+Github博客搭建
一、步骤 1、 按照http://pages.github.com/进行操作。操作成功,在http://buendiya.github.io/显示”Hello,World”。 2、用自动Github提供的automaticgenerator生成页面 https://help.github.com/articles/creating-pages-wit原创 2014-01-19 06:34:55 · 1432 阅读 · 0 评论 -
Git学习笔记
1、列出repository里的文件 git ls-files 2、 –n, --dry-run 该命令选项的意思是:不进行实际的操作,只是提示该命令如果没有添加该选项的话,会执行的操作。如“git rm *.c –n”,并不会删除所有的.c文件,但会给出提示。 3、Windows下建立repository 从“我的电脑”里进入要建立原创 2014-01-05 08:57:58 · 745 阅读 · 0 评论