You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,13 +50,17 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
45
50
-[Aliases](#aliases)
46
51
-[Auto-Correct](#auto-correct)
47
52
-[Color](#color)
53
+
-[Git Resources](#git-resources)
54
+
-[Git Books](#git-books)
48
55
49
56
## GitHub
50
57
51
58
### Ignore Whitespace
52
59
53
60
`?w=1`를 diff URL에 추가하면 변경된 코드만 볼 수 있도록, 공백만 바뀐 수정을 제거할 수 있습니다.
54
61
62
+

63
+
55
64
[*깃허브의 비밀을 더 읽어 보세요.*](https://github.com/blog/967-github-secrets)
56
65
57
66
### Commit History by Author
@@ -62,6 +71,8 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
[Gists](https://gist.github.com/)는 본격적인 저장소를 만들지 않고, 작은 코드 조각과 일할 수 있는 쉬운 방법입니다. [이렇게](https://gist.github.com/tiimgreen/10545817.pibb) Gist URL뒤에 `.pibb`를 넣으면 다른 사이트에 넣을수 있는 *HTML 온리* 버전을 넣을 수 있습니다.
139
+
[Gists](https://gist.github.com/)는 본격적인 저장소를 만들지 않고, 작은 코드 조각과 일할 수 있는 쉬운 방법입니다.
140
+
141
+

142
+
143
+
[이렇게](https://gist.github.com/tiimgreen/10545817.pibb) Gist URL뒤에 `.pibb`를 넣으면 다른 사이트에 넣을수 있는 *HTML 온리* 버전을 만들 수 있습니다.
정확히 설정되었다면, 풀 리퀘스트를 받거나 풀 리퀘스트에 새로운 커밋을 할 때 마다, [Travis CI](https://travis-ci.org/)가 풀 리퀘스트를 빌드 할 것입니다. [Travis CI 시작하기](http://docs.travis-ci.com/user/getting-started/)를 좀 더 읽어보세요.
228
+
229
+
[](https://github.com/octokit/octokit.rb/pull/452)
230
+
231
+
[*커밋 상태 API에 대해 좀 더 읽어보세요.*](https://github.com/blog/1227-commit-status-api)
232
+
195
233
### Syntax Highlighting in Markdown Files
196
234
197
235
마크다운에서 예를 들어, 루비 코드를 신텍스 하이라이트 하려면 이렇게 합니다.
@@ -232,7 +270,7 @@ puts table.to_s
232
270
:shipit:
233
271
:+1:
234
272
235
-
깃허브에서 사용 가능한 에모지의 전 목록은 [여기](http://www.emoji-cheat-sheet.com/) 나 [여기](https://github.com/scotch-io/All-Github-Emoji-Icons)에서 확인하실 수 있습니다.
273
+
깃허브에서 사용 가능한 에모지의 전 목록은 [emoji-cheat-sheet.com](http://www.emoji-cheat-sheet.com/) 나 [scotch-io/All-Github-Emoji-Icons](https://github.com/scotch-io/All-Github-Emoji-Icons)에서 확인하실 수 있습니다.
236
274
237
275
깃허브에서 많이 사용하는 에모지 탑 5위는 이렇습니다.
238
276
@@ -332,7 +370,7 @@ puts table.to_s
332
370
333
371
Jemoji와 jekyll-mentions플러그인은 GitHub.com에서 처럼 [emoji](#emojis)와 [@mentions](https://github.com/blog/821)을 지킬 포스트와 페이지에서 사용하게 합니다.
334
372
335
-
[*저장소 메타 데이타와 깃허브 페이지의 플러그인 지원에 대해 더 읽어 보세요.*](Repository metadataandpluginsupportfor GitHub Pages)
373
+
[*저장소 메타 데이타와 깃허브 페이지의 플러그인 지원에 대해 더 읽어 보세요.*](https://github.com/blog/1797-repository-metadata-and-plugin-support-for-github-pages)
336
374
337
375
### Diffs
338
376
@@ -364,15 +402,41 @@ diff의 닫아둔 곳의 *펼침* 버튼을 클릭하면, 문맥을 더 볼 수
364
402
365
403
[*diff에서의 문맥 확장에 대해 더 읽어 보세요.*](https://github.com/blog/1705-expanding-context-in-diffs)
366
404
367
-
###Hub - Git Wrapper
405
+
#### Diff or Patch of Pull Request
368
406
369
-
[Hub](https://github.com/github/hub)는 깃허브를 좀 더 쉽게 사용할 수 있도록 추가 기능 및 명령을 제공하는 커맨드 라인 깃 래퍼입니다.
407
+
URL뒤에 `.diff` 나 `.patch`를 붙이면 풀 리퀘스트의 diff를 얻을 수 있습니다.
0 commit comments