Skip to content

Commit 3b04f63

Browse files
committed
Pasting Clipboard Image to Comments, closes tiimgreen#92
1 parent f0cfc20 commit 3b04f63

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
1111
- [Adjust Tab Space](#adjust-tab-space)
1212
- [Commit History by Author](#commit-history-by-author)
1313
- [Cloning a Repository](#cloning-a-repository)
14-
- [Branch](#branch)
14+
- [Branch](#branch)
1515
- [Compare all Branches to Another Branch](#compare-all-branches-to-another-branch)
1616
- [Comparing Branches](#comparing-branches)
1717
- [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
2828
- [Images/GIFs](#imagesgifs)
2929
- [Embedding Images in GitHub Wiki](#embedding-images-in-github-wiki)
3030
- [Quick Quoting](#quick-quoting)
31+
- [Pasting Clipboard Image to Comments](#pasting-clipboard-image-to-comments)
3132
- [Quick Licensing](#quick-licensing)
3233
- [Task Lists](#task-lists)
3334
- [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
355356

356357
[*Read more about quick quoting.*](https://github.com/blog/1399-quick-quotes)
357358

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+
![Pasting Clipboard Image to Comments](https://cloud.githubusercontent.com/assets/39191/5794265/39c9b65a-9f1b-11e4-9bc7-04e41f59ea5f.png)
363+
364+
[*Read more about issue attachments.*](https://help.github.com/articles/issue-attachments)
365+
358366
### Quick Licensing
359367
When creating a repository, GitHub gives you the option of adding in a pre-made license:
360368

0 commit comments

Comments
 (0)