mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-03-15 22:39:41 +01:00
Awesome badge
This commit is contained in:
parent
80dbfe09af
commit
8a7dd3435b
@ -1,4 +1,4 @@
|
||||
# GitHubカンニング・ペーパー
|
||||
# GitHubカンニング・ペーパー [](https://github.com/sindresorhus/awesome)
|
||||
これは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))の二つのトークを元にしている。
|
||||
|
||||
*短縮URL: [`http://git.io/sheet`](http://git.io/sheet)*
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 깃허브 치트 시트
|
||||
# 깃허브 치트 시트 [](https://github.com/sindresorhus/awesome)
|
||||
|
||||
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)).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# GitHub Cheat Sheet
|
||||
# GitHub Cheat Sheet [](https://github.com/sindresorhus/awesome)
|
||||
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)).
|
||||
|
||||
*Shortlink: [`http://git.io/sheet`](http://git.io/sheet)*
|
||||
|
@ -1,4 +1,4 @@
|
||||
# GitHub秘籍
|
||||
# GitHub秘籍 [](https://github.com/sindresorhus/awesome)
|
||||
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))。
|
||||
|
||||
*其他语言版本: [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
|
||||
|
||||

|
||||
|
||||
这意味着你可以像 Github 仓库一样修改和更新 Gists :
|
||||
这意味着你可以像 Github 仓库一样修改和更新 Gists :
|
||||
|
||||
```bash
|
||||
$ git commit
|
||||
@ -605,7 +605,7 @@ On branch master
|
||||
Changes not staged for commit:
|
||||
deleted: a
|
||||
deleted: c
|
||||
|
||||
|
||||
$ git rm $(git ls-files -d)
|
||||
rm 'a'
|
||||
rm 'c'
|
||||
@ -782,7 +782,7 @@ $ git show :/typo
|
||||
$ git branch --merged
|
||||
```
|
||||
|
||||
这会显示所有已经合并到你当前分支的分支列表。
|
||||
这会显示所有已经合并到你当前分支的分支列表。
|
||||
|
||||
相反地:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# GitHub秘笈
|
||||
# GitHub秘笈 [](https://github.com/sindresorhus/awesome)
|
||||
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))。
|
||||
|
||||
*其他語言版本: [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
|
||||
|
||||

|
||||
|
||||
這意味著你可以像 Github 倉庫一樣修改和更新 Gists :
|
||||
這意味著你可以像 Github 倉庫一樣修改和更新 Gists :
|
||||
|
||||
```bash
|
||||
$ git commit
|
||||
@ -605,7 +605,7 @@ On branch master
|
||||
Changes not staged for commit:
|
||||
deleted: a
|
||||
deleted: c
|
||||
|
||||
|
||||
$ git rm $(git ls-files -d)
|
||||
rm 'a'
|
||||
rm 'c'
|
||||
@ -782,7 +782,7 @@ $ git show :/typo
|
||||
$ git branch --merged
|
||||
```
|
||||
|
||||
這會顯示所有已經合併到你當前分支的分支列表。
|
||||
這會顯示所有已經合併到你當前分支的分支列表。
|
||||
|
||||
相反地:
|
||||
|
||||
@ -928,4 +928,4 @@ $ git config --global color.ui 1
|
||||
| Git in the Trenches | http://cbx33.github.com/gitt/ |
|
||||
| Version Control with Git | http://www.amazon.com/Version-Control-Git-collaborative-development/dp/1449316387 |
|
||||
| Pragmatic Guide to Git | http://www.pragprog.com/titles/pg_git/pragmatic-guide-to-git |
|
||||
| Git: Version Control for Everyone | http://www.packtpub.com/git-version-control-for-everyone/book |
|
||||
| Git: Version Control for Everyone | http://www.packtpub.com/git-version-control-for-everyone/book |
|
||||
|
Loading…
x
Reference in New Issue
Block a user