8000 Awesome badge · loochao/github-cheat-sheet@8a7dd34 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a7dd34

Browse files
committed
Awesome badge
1 parent 80dbfe0 commit 8a7dd34

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GitHubカンニング・ペーパー
1+
# GitHubカンニング・ペーパー [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
22
これはGitやGitHubの隠された機能やよく知られていない機能の一覧だ。[Zach Holman](https://github.com/holman)によるAloha Ruby Conference 2012での[Git and GitHub Secrets](https://github.com/tiimgreen/github-cheat-sheet)[スライド](https://github.com/tiimgreen/github-cheat-sheet))とWDCNZ 2013での[More Git and GitHub Secrets](https://vimeo.com/72955426)[スライド](https://speakerdeck.com/holman/more-git-and-github-secrets))の二つのトークを元にしている。
33

44
*短縮URL: [`http://git.io/sheet`](http://git.io/sheet)*

README.ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 깃허브 치트 시트
1+
# 깃허브 치트 시트 [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
22

33
A collection of cool hidden and not so hidden features of Git and GitHub. This cheat sheet was inspired by [Zach Holman](https://github.com/holman)'s [Git and GitHub Secrets](http://www.confreaks.com/videos/1229-aloharuby2012-git-and-github-secrets) talk at Aloha Ruby Conference 2012 ([slides](https://speakerdeck.com/holman/git-and-github-secrets)) and his [More Git and GitHub Secrets](https://vimeo.com/72955426) talk at WDCNZ 2013 ([slides](https://speakerdeck.com/holman/more-git-and-github-secrets)).
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GitHub Cheat Sheet
1+
# GitHub Cheat Sheet [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
22
A collection of cool hidden and not so hidden features of Git and GitHub. This cheat sheet was inspired by [Zach Holman](https://github.com/holman)'s [Git and GitHub Secrets](http://www.confreaks.com/videos/1229-aloharuby2012-git-and-github-secrets) talk at Aloha Ruby Conference 2012 ([slides](https://speakerdeck.com/holman/git-and-github-secrets)) and his [More Git and GitHub Secrets](https://vimeo.com/72955426) talk at WDCNZ 2013 ([slides](https://speakerdeck.com/holman/more-git-and-github-secrets)).
33

44
*Shortlink: [`http://git.io/sheet`](http://git.io/sheet)*

README.zh-cn.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GitHub秘籍
1+
# GitHub秘籍 [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
22
Git 和 Github 秘籍,灵感来自于 [Zach Holman](https://github.com/holman) 在 2012 年 Aloha Ruby Conference 和 2013 年 WDCNZ 上所做的演讲:[Git and GitHub Secrets](http://www.confreaks.com/videos/1229-aloharuby2012-git-and-github-secrets)([slides](https://speakerdeck.com/holman/git-and-github-secrets)) 和 [More Git and GitHub Secrets](https://vimeo.com/72955426)([slides](https://speakerdeck.com/holman/more-git-and-github-secrets))。
33

44
*其他语言版本: [English](README.md), [한국어](README.ko.md), [日本語](README.ja.md), [简体中文](README.zh-cn.md), [正體中文](README.zh-tw.md).*
@@ -189,7 +189,7 @@ $ git clone https://gist.github.com/tiimgreen/10545817
189189

190190
![Gists](http://i.imgur.com/BcFzabp.png)
191191

192-
这意味着你可以像 Github 仓库一样修改和更新 Gists :
192+
这意味着你可以像 Github 仓库一样修改和更新 Gists :
193193

194194
```bash
195195
$ git commit
@@ -605,7 +605,7 @@ On branch master
605605
Changes not staged for commit:
606606
deleted: a
607607
deleted: c
608-
608+
609609
$ git rm $(git ls-files -d)
610610
rm 'a'
611611
rm 'c'
@@ -782,7 +782,7 @@ $ git show :/typo
782782
$ git branch --merged
783783
```
784784

785-
这会显示所有已经合并到你当前分支的分支列表。
785+
这会显示所有已经合并到你当前分支的分支列表。
786786

787787
相反地:
788788

README.zh-tw.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GitHub秘笈
1+
# GitHub秘笈 [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
22
Git 和 Github 秘笈,靈感來自於 [Zach Holman](https://github.com/holman) 在 2012 年 Aloha Ruby Conference 和 2013 年 WDCNZ 上所做的演講:[Git and GitHub Secrets](http://www.confreaks.com/videos/1229-aloharuby2012-git-and-github-secrets)([slides](https://speakerdeck.com/holman/git-and-github-secrets)) 和 [More Git and GitHub Secrets](https://vimeo.com/72955426)([slides](https://speakerdeck.com/holman/more-git-and-github-secrets))。
33

44
*其他語言版本: [English](README.md), [한국어](README.ko.md), [日本語](README.ja.md), [簡體中文](README.zh-cn.md), [正體中文](README.zh-tw.md).*
@@ -189,7 +189,7 @@ $ git clone https://gist.github.com/tiimgreen/10545817
189189

190190
![Gists](http://i.imgur.com/BcFzabp.png)
191191

192-
這意味著你可以像 Github 倉庫一樣修改和更新 Gists :
192+
這意味著你可以像 Github 倉庫一樣修改和更新 Gists :
193193

194194
```bash
195195
$ git commit
@@ -605,7 +605,7 @@ On branch master
605605
Changes not staged for commit:
606606
deleted: a
607607
deleted: c
608-
608+
609609
$ git rm $(git ls-files -d)
610610
rm 'a'
611611
rm 'c'
@@ -782,7 +782,7 @@ $ git show :/typo
782782
$ git branch --merged
783783
```
784784

785-
這會顯示所有已經合併到你當前分支的分支列表。
785+
這會顯示所有已經合併到你當前分支的分支列表。
786786

787787
相反地:
788788

@@ -928,4 +928,4 @@ $ git config --global color.ui 1
928928
| Git in the Trenches | http://cbx33.github.com/gitt/ |
929929
| Version Control with Git | http://www.amazon.com/Version-Control-Git-collaborative-development/dp/1449316387 |
930930
| Pragmatic Guide to Git | http://www.pragprog.com/titles/pg_git/pragmatic-guide-to-git |
931-
| Git: Version Control for Everyone | http://www.packtpub.com/git-version-control-for-everyone/book |
931+
| Git: Version Control for Everyone | http://www.packtpub.com/git-version-control-for-everyone/book |

0 commit comments

Comments
 (0)
0