RubyMine 2016.3 Help

Create Gist Dialog

<Context menu of an open file in the editor> | Create gist
<Context menu of a file in the Project view> | Create gist
<Context menu of a folder in the Project view> | Create gist
<Context menu of a group of files or folders selected in the Project view> | Create gist
<Context menu of a console> | Create gist

Use this dialog box to save source code and console output in gists.

ItemDescription
Description In this text box, provide a brief description of the code snippet to be published.

By default, the new gist will be public, that is, visible for all registered GitHub users and your login will be shown as the gist's owner. You can change this default behaviour by selecting the check boxes below.

Private Select this check box to make the new gist available for you only and invisible for other GitHub users.
Anonymous Select this check box to make the new gist visible for all registered GitHub users but without displaying your login.
Open in browser
  • Select this check box to have the new gist opened in the default RubyMine browser.
  • To have RubyMine display the URL address of the new gist so you can access it later, clear this check box.

See Also

Last modified: 22 March 2017