grep -ir --include=README.md "base" 2>/dev/null inner join for two files, compare string from different filesgrep -F -x -f path-to-file1 path-to-file2 grep --fixed-strings --line-regexp -f path-to-file1 path-to-file2
https://github.com/tiimgreen/github-cheat-sheet/pull/15 https://github.com/tiimgreen/github-cheat-sheet/pull/15.diff https://github.com/tiimgreen/github-cheat-sheet/pull/15.patch .diff 擴展會使用普通文件格式顯示如下內容: diff --git a/README.md b/README.md index 88fcf69..8614873 ...
added big o cheat sheet 8年前 translations Done 計算機科學課程 7年前 .DS_Store Translated a few lines of the README from English to French 7年前 .gitignore fix(gitignore): comments 8年前 LICENSE.txt Added Creative Commons license. 9年前 README-he.md * Fixed a ty...
https://github.com/EbookFoundation/free-programming-books/blob/master/books/free-programming-books-zh...
任何URL (如http://www.github.com/链接)都会自动转换成可点击的链接。 Strikethrough 删除 任何带有两个波浪线的单词(比如~~this~~)都会被划掉。 Emoji 表情符号 GitHub 支持表情符号emoji! 要查看我们支持的所有图片,请查看Emoji Cheat Sheet. 跳转到标题锚点 ...
You've created a repository with a name that matches your GitHub username. The repository is public. The repository contains a file named README.md in its root. The README.md file contains any content. If you created a public repository with the same name as your username b...
However, if you are writing in an .md file, the example above would render on one line without a line break. To create a line break in an .md file, you will need to include one of the following: Include two spaces at the end of the first line. ...
有关可用表情符号和代码的完整列表,请查看 emoji-cheat-sheet.com。段落和换行符通过在文本行之间留一个空白行,可创建新段落。忽略Markdown 格式You can tell GitHub Enterprise to ignore (or escape) Markdown formatting by using \ before the Markdown character....
However, if you are writing in an .md file, the example above would render on one line without a line break. To create a line break in an .md file, you will need to include one of the following: Include two spaces at the end of the first line. This example Will span two lines ...
具体每一个表情的符号码,可以查询GitHub的官方网页http://www.emoji-cheat-sheet.com。 但是这个网页每次都打开奇慢。。所以我整理到了本repo中,大家可以直接在此查看emoji。 diff语法 版本控制的系统中都少不了diff的功能,即展示一个文件内容的增加与删除。 GFM中可以显示的展示diff效果。使用绿色表示新增,红色表示...