@@ -337,6 +337,12 @@ GitHubで使われているEmojiのトップ5は以下の通りだ:
337337
338338```
339339
340+ リポジトリにある画像も直接参照することが出来る:
341+
342+ ```
343+ /(repo)/raw/master/path/to/image.gif)
344+ ```
345+
340346![ Peter don't care] ( http://www.sheawong.com/wp-content/uploads/2013/08/keephatin.gif )
341347
342348あらゆる画像はGitHubでキャッシュされるので、画像のホスティング先が落ちていたとしても変わらず表示されるだろう。
@@ -679,6 +685,8 @@ $ git commit -m "Big-ass commit" --allow-empty
679685 - リポジトリを利用して誰かと連絡を取りたい時
680686 - リポジトリへの最初のコミットをやり直しできるようにしたい時: ` git commit -m "init repo" --allow-empty ` .
681687
688+ ![ It ain't even that trolololol...] ( http://i.minus.com/il1jaw.gif )
689+
682690### Gitステータスのスタイリング
683691普通に実行すると:
684692
@@ -874,16 +882,17 @@ $ git config --global color.ui 1
874882| Everyday Git | http://git-scm.com/docs/everyday |
875883| Git Immersion | http://gitimmersion.com/ |
876884| Ry's Git Tutorial | http://rypress.com/tutorials/git/index.html |
877- | Git for Designer | http://hoth.entp.com/output/git_for_designers.html |
885+ | Git for Designers | http://hoth.entp.com/output/git_for_designers.html |
878886| Git for Computer Scientists | http://eagain.net/articles/git-for-computer-scientists/ |
879887| Git Magic | http://www-cs-students.stanford.edu/~blynn/gitmagic/ |
888+ | GitHub Training Kit | http://training.github.com/kit |
880889
881890#### Git Books
882891| Title | Link |
883892| ----- | ---- |
884893| Pragmatic Version Control Using Git | http://www.pragprog.com/titles/tsgit/pragmatic-version-control-using-git |
885894| Pro Git | http://git-scm.com/book |
886- | Git Internals Peepcode | http ://peepcode .com/products /git-internals-pdf |
895+ | Git Internals PluralSight | https ://github .com/pluralsight /git-internals-pdf |
887896| Git in the Trenches | http://cbx33.github.com/gitt/ |
888897| Version Control with Git | http://www.amazon.com/Version-Control-Git-collaborative-development/dp/1449316387 |
889898| Pragmatic Guide to Git | http://www.pragprog.com/titles/pg_git/pragmatic-guide-to-git |
0 commit comments