Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EGit/GitHub/User Guide"

< EGit‎ | GitHub
(Creating)
(Creating)
Line 14: Line 14:
 
== Gists ==
 
== Gists ==
 
=== Creating ===
 
=== Creating ===
Gists can be created by selecting text in a editor or files in an explorer and selecting the '''Create Gist''' context menu.
+
Gists can be created by selecting text in a editor or files in an explorer and selecting the '''Create Gist''' context menu.  A Gist will be created in a background job and a notification popup will display after the Gist has been created.
  
 
=== Queries ===
 
=== Queries ===

Revision as of 14:49, 21 April 2011

Overview

The EGit Mylyn connector supports creating task repositories for working with GitHub issues and Gists.

Issues

Queries

GitHub issue task repositories support creating queries that filter by the following fields:

  • State (open or closed)
  • Milestones
  • Mentions
  • Assignee
  • Labels

Note that when multiple filters are used in the same query the returned issues match all of the filters.

Gists

Creating

Gists can be created by selecting text in a editor or files in an explorer and selecting the Create Gist context menu. A Gist will be created in a background job and a notification popup will display after the Gist has been created.

Queries

Gist queries only support filtering by a specified GitHub user name.

Editor

Back to the top