When working on a file, we often want to know who made certain changes last; we can use git blame to see details about the last modification of each l ...
分类:
其他好文 时间:
2016-08-12 06:40:28
阅读次数:
146
It can be helpful to see the changes between two sets of code; git diff lets us do this by comparing two Git references and outputting the differences ...
分类:
其他好文 时间:
2016-08-12 06:40:00
阅读次数:
157
In the last lesson, we learned how to format the git log output; in this lesson we will learn how to filter down to a specific set of commits. By defa ...
分类:
其他好文 时间:
2016-08-11 06:23:55
阅读次数:
251
When running the git log command, we can pass in options as arguments toformat the data shown for each commit. In this lesson, we show how to use the ...
分类:
其他好文 时间:
2016-08-10 19:21:11
阅读次数:
127
When working on a project, it is much easier to work on features and bugs in isolation of the rest of the project. We can do this with git branches; a ...
分类:
其他好文 时间:
2016-08-10 06:35:13
阅读次数:
175
When using a git command that can have a large amount of output (like git log, git diff, or git blame), Git opens the command output in our terminal " ...
分类:
其他好文 时间:
2016-08-10 06:33:05
阅读次数:
139
本文完整翻译自http://giorgiosironi.blogspot.com/2010/02/practical-php-patterns-proxy.html 因为搜到网上很多这个文章,最后的代码缺少了很大一部分,而且我在原文基础上,添加了memory_get_usage()使例子更方便理解 ...
分类:
其他好文 时间:
2016-08-06 00:24:04
阅读次数:
181
妈咪,我找到了! -- 15个实用的Linux find命令示例 英文原文:Mommy, I found it! — 15 Practical Linux Find Command Examples 标签: Linux 659人收藏此文章, 我要收藏66号公路 推荐于 3年前 (共 8 段, 翻译完 ...
分类:
系统相关 时间:
2016-07-25 16:19:49
阅读次数:
238
emmet语法文档 地址:http://docs.emmet.io/cheat-sheet/ 实用的sublime插件集合 – sublime推荐必备插件 http://www.xuanfengge.com/practical-collection-of-sublime-plug-in.html s ...
分类:
其他好文 时间:
2016-06-23 15:56:47
阅读次数:
120
第一章 概述 by flamephoenix 一、Perl是什么?二、Perl在哪里?三、运行四、注释 一、Perl是什么? Perl是Practical Extraction and Report Language的缩写,它是由Larry Wall设计的,并由他不断更新和维护,用于在UNIX环境下 ...
分类:
其他好文 时间:
2016-05-03 07:02:47
阅读次数:
123