8000 Fix failing links · chhh/github-cheat-sheet@a78ef15 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit a78ef15

Browse files
committed
Fix failing links
1 parent 860dda1 commit a78ef15

File tree

5 files changed

+5
-16
lines changed

5 files changed

+5
-16
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ before_script:
77
- gem install awesome_bot
88

99
script:
10-
- awesome_bot README.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*
11-
- awesome_bot README.ko.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*
12-
- awesome_bot README.ja.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*
13-
- awesome_bot README.zh-cn.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*
14-
- awesome_bot README.zh-tw.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*
10+
- awesome_bot README.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*,https://github.com/user/repo/compare/
11+
- awesome_bot README.ko.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*,https://github.com/user/repo/compare/
12+
- awesome_bot README.ja.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*,https://github.com/user/repo/compare/
13+
- awesome_bot README.zh-cn.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*,https://github.com/user/repo/compare/
14+
- awesome_bot README.zh-tw.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*,https://github.com/user/repo/compare/

README.ja.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -755,8 +755,6 @@ $ git commit -m "Big-ass commit" --allow-empty
755755
- リポジトリを利用して誰かと連絡を取りたい時
756756
- リポジトリへの最初のコミットをやり直しできるようにしたい時: `git commit -m "init repo" --allow-empty`.
757757

758-
![It ain't even that trolololol...](http://i.minus.com/il1jaw.gif)
759-
760758
### Gitステータスのスタイリング
761759
普通に実行すると:
762760

@@ -982,7 +980,6 @@ $ git config --global color.ui 1
982980
| Everyday Git | http://git-scm.com/docs/everyday |
983981
| Git Immersion | http://gitimmersion.com/ |
984982
| Ry's Git Tutorial | http://rypress.com/tutorials/git/index.html |
985-
| Git for Designers | http://hoth.entp.com/output/git_for_designers.html |
986983
| Git for Computer Scientists | http://eagain.net/articles/git-for-computer-scientists/ |
987984
| Git Magic | http://www-cs-students.stanford.edu/~blynn/gitmagic/ |
988985
| GitHub Training Kit | http://training.github.com/kit |

README.ko.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -817,8 +817,6 @@ $ git commit -m "Big-ass commit" --allow-empty
817817
- 저장소를 사용하는 사람과의 대화
818818
- 나중에 리베이스하지 않을 저장소의 첫 커밋으로 사용 `git commit -m "init repo" --allow-empty`.
819819

820-
![It ain't even that trolololol...](http://i.minus.com/il1jaw.gif)
821-
822820
### Styled Git Status
823821

824822
```bash

README.zh-cn.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -717,8 +717,6 @@ $ git commit -m "Big-ass commit" --allow-empty
717717
- 跟使用你仓库的其他人交流。
718718
- 作为仓库的第一次提交,因为第一次提交后不能被 rebase: `git commit -m "init repo" --allow-empty`.
719719

720-
![It ain't even that trolololol...](http://i.minus.com/il1jaw.gif)
721-
722720
### 美化 Git Status
723721
在命令行输入如下命令:
724722

@@ -913,7 +911,6 @@ $ git config --global color.ui 1
913911
| Everyday Git | http://git-scm.com/docs/everyday |
914912
| Git Immersion | http://gitimmersion.com/ |
915913
| Ry's Git Tutorial | http://rypress.com/tutorials/git/index.html |
916-
| Git for Designer | http://hoth.entp.com/output/git_for_designers.html |
917914
| Git for Computer Scientists | http://eagain.net/articles/git-for-computer-scientists/ |
918915
| Git Magic | http://www-cs-students.stanford.edu/~blynn/gitmagic/ |
919916
| GitHub Training Kit | http://training.github.com/kit |

README.zh-tw.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,6 @@ $ git commit -m "Big-ass commit" --allow-empty
733733
- 跟使用你倉庫的其他人交流。
734734
- 作為倉庫的第一次提交,因為第一次提交後不能被 rebase: `git commit -m "init repo" --allow-empty`.
735735

736-
![It ain't even that trolololol...](http://i.minus.com/il1jaw.gif)
737-
738736
### 美化 Git Status
739737
在命令行輸入如下命令:
740738

@@ -957,7 +955,6 @@ $ git config --global color.ui 1
957955
| Everyday Git | http://git-scm.com/docs/everyday |
958956
| Git Immersion | http://gitimmersion.com/ |
959957
| Ry's Git Tutorial | http://rypress.com/tutorials/git/index.html |
960-
| Git for Designer | http://hoth.entp.com/output/git_for_designers.html |
961958
| Git for Computer Scientists | http://eagain.net/articles/git-for-computer-scientists/ |
962959
| Git Magic | http://www-cs-students.stanford.edu/~blynn/gitmagic/ |
963960
| GitHub Training Kit | http://training.github.com/kit |

0 commit comments

Comments
 (0)
0