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
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
11
11
-[Adjust Tab Space](#adjust-tab-space)
12
12
-[Commit History by Author](#commit-history-by-author)
13
13
-[Cloning a Repository](#cloning-a-repository)
14
-
-[Branch](#branch)
14
+
-[Branch](#branch)
15
15
-[Compare all Branches to Another Branch](#compare-all-branches-to-another-branch)
16
16
-[Comparing Branches](#comparing-branches)
17
17
-[Compare Branches across Forked Repositories](#compare-branches-across-forked-repositories)
@@ -28,6 +28,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
28
28
-[Images/GIFs](#imagesgifs)
29
29
-[Embedding Images in GitHub Wiki](#embedding-images-in-github-wiki)
30
30
-[Quick Quoting](#quick-quoting)
31
+
-[Pasting Clipboard Image to Comments](#pasting-clipboard-image-to-comments)
31
32
-[Quick Licensing](#quick-licensing)
32
33
-[Task Lists](#task-lists)
33
34
-[Task Lists in Markdown Documents](#task-lists-in-markdown-documents)
@@ -355,6 +356,13 @@ When on a comment thread and you want to quote something someone previously said
355
356
356
357
[*Read more about quick quoting.*](https://github.com/blog/1399-quick-quotes)
357
358
359
+
### Pasting Clipboard Image to Comments
360
+
After taking a screenshot and adding it to the clipboard (mac: `cmd-ctrl-shift-4`), you can simply paste (`cmd-v / ctrl-v`) the image into the comment section and it will be auto-uploaded to github.
361
+
362
+

363
+
364
+
[*Read more about issue attachments.*](https://help.github.com/articles/issue-attachments)
365
+
358
366
### Quick Licensing
359
367
When creating a repository, GitHub gives you the option of adding in a pre-made license:
0 commit comments