Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 1.04 KB

creating-gists.md

File metadata and controls

26 lines (14 loc) · 1.04 KB

Creating gists

With GitHub for Visual Studio, you can easily create gists directly from the editor.

  1. Sign in to GitHub.

  2. Open a file in the Visual Studio text editor.

  3. Select the section of text that you want to create a gist from.

  4. Right click and select Create a GitHub Gist from the GitHub submenu to create the gist on GitHub.

    Location of Create a GitHub Gist in the GitHub submenu

  5. To create the gist on GitHub Enterprise select Create an Enterprise Gist option from the submenu. Location of Create a Enterprise Gist in the GitHub submenu

  6. In the Create a GitHub Gist dialog, check that the filename is correct and optionally add a description.

    GitHub Gist creation dialog window

  7. If you want the gist to be private, check the Private Gist checkbox.

  8. Click Create.

  9. Once the gist is created it will be opened in your browser.