@@ -337,6 +337,12 @@ GitHubで使われているEmojiのトップ5は以下の通りだ:
337
337

338
338
```
339
339
340
+ リポジトリにある画像も直接参照することが出来る:
341
+
342
+ ```
343
+ /(repo)/raw/master/path/to/image.gif)
344
+ ```
345
+
340
346
![ Peter don't care] ( http://www.sheawong.com/wp-content/uploads/2013/08/keephatin.gif )
341
347
342
348
あらゆる画像はGitHubでキャッシュされるので、画像のホスティング先が落ちていたとしても変わらず表示されるだろう。
@@ -679,6 +685,8 @@ $ git commit -m "Big-ass commit" --allow-empty
679
685
- リポジトリを利用して誰かと連絡を取りたい時
680
686
- リポジトリへの最初のコミットをやり直しできるようにしたい時: ` git commit -m "init repo" --allow-empty ` .
681
687
688
+ ![ It ain't even that trolololol...] ( http://i.minus.com/il1jaw.gif )
689
+
682
690
### Gitステータスのスタイリング
683
691
普通に実行すると:
684
692
@@ -874,16 +882,17 @@ $ git config --global color.ui 1
874
882
| Everyday Git | http://git-scm.com/docs/everyday |
875
883
| Git Immersion | http://gitimmersion.com/ |
876
884
| 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 |
878
886
| Git for Computer Scientists | http://eagain.net/articles/git-for-computer-scientists/ |
879
887
| Git Magic | http://www-cs-students.stanford.edu/~blynn/gitmagic/ |
888
+ | GitHub Training Kit | http://training.github.com/kit |
880
889
881
890
#### Git Books
882
891
| Title | Link |
883
892
| ----- | ---- |
884
893
| Pragmatic Version Control Using Git | http://www.pragprog.com/titles/tsgit/pragmatic-version-control-using-git |
885
894
| 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 |
887
896
| Git in the Trenches | http://cbx33.github.com/gitt/ |
888
897
| Version Control with Git | http://www.amazon.com/Version-Control-Git-collaborative-development/dp/1449316387 |
889
898
| Pragmatic Guide to Git | http://www.pragprog.com/titles/pg_git/pragmatic-guide-to-git |
0 commit comments