Skip to content

Commit b42e1f3

Browse files
committed
fix broken links
1 parent 343349e commit b42e1f3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.ko.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitHub 치트 시트 [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
22

3-
Git과 GitHub에서 꽤 유용하지만 숨겨져 있는 기능들에 대해 다룹니다. 이 치트 시트는 [Zach Holman](https://github.com/holman)이 Aloha Ruby Conference 2012에서 발표한 [Git과 GitHub의 비밀들](http://confreaks.tv/videos/aloharuby2012-git-and-github-secrets)([슬라이드](https://speakerdeck.com/holman/git-and-github-secrets))과 WDCNZ 2013에서 발표한 [Git과 GitHub에 대한 더 많은 비밀들](https://vimeo.com/72955426)([슬라이드](https://speakerdeck.com/holman/more-git-and-github-secrets))에서 영감을 받아 작성되었습니다.
3+
Git과 GitHub에서 꽤 유용하지만 숨겨져 있는 기능들에 대해 다룹니다. 이 치트 시트는 [Zach Holman](https://github.com/holman)이 Aloha Ruby Conference 2012에서 발표한 [Git과 GitHub의 비밀들](http://confreaks.tv/videos/aloharuby2012-git-and-github-secrets) ([슬라이드](https://speakerdeck.com/holman/git-and-github-secrets))과 WDCNZ 2013에서 발표한 [Git과 GitHub에 대한 더 많은 비밀들](https://vimeo.com/72955426) ([슬라이드](https://speakerdeck.com/holman/more-git-and-github-secrets))에서 영감을 받아 작성되었습니다.
44

55
*단축주소: [`http://git.io/sheet`](http://git.io/sheet)*
66

@@ -1077,7 +1077,6 @@ $ git config --global color.ui 1
10771077
| Git Immersion | http://gitimmersion.com/ |
10781078
| Git for Computer Scientists | http://eagain.net/articles/git-for-computer-scientists/ |
10791079
| Git Magic | http://www-cs-students.stanford.edu/~blynn/gitmagic/ |
1080-
| GitHub Training Kit | https://training.github.com/kit/ |
10811080
| Git Visualization Playground | http://onlywei.github.io/explain-git-with-d3/#freeplay |
10821081
| Learn Git Branching | http://pcottle.github.io/learnGitBranching/ |
10831082
| A collection of useful .gitignore templates | https://github.com/github/gitignore |

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,6 @@ $ git config --global color.ui 1
10511051
| Git God | https://github.com/gorosgobe/git-god |
10521052
| Git for Computer Scientists | http://eagain.net/articles/git-for-computer-scientists/ |
10531053
| Git Magic | http://www-cs-students.stanford.edu/~blynn/gitmagic/ |
1054-
| GitHub Training Kit | https://training.github.com/kit/ |
10551054
| Git Visualization Playground | http://onlywei.github.io/explain-git-with-d3/#freeplay |
10561055
| Learn Git Branching | http://pcottle.github.io/learnGitBranching/ |
10571056
| A collection of useful .gitignore templates | https://github.com/github/gitignore |

0 commit comments

Comments
 (0)