/Netbeans-GithubPlugin

Github integration for Netbeans IDE

Primary LanguageJava

Netbeans - GitHub connector

Projekt home: https://github.com/PavelMaca/Netbeans-GithubPlugin

Author: Pavel Máca

Requirements:

  • Netbeans 7.0 and bigger
  • Java 1.6

Description

Plugin based on official GitHub API for Eclipse.

For features of actual version and future versions please visit wiki: Roadmap.

Usage

GitHub login

  • Setup GitHub login in Tools -> Options -> Miscellaneous -> GitHub

Gists Explorer

  • You need to setup Github login first!
  • Can be open in Window -> Gists Explorer

Creating Gists

  1. From code block
  • Select some code in opened file.
  • Right click and choose Create new Gist
  • Review selected code, set description and select Gist privacy.
  1. Creating Gist from project folder and selected files.
  • Right click at and choose Create new Gist
  • When creating on folder: Gist will be included all files from selected folder!

Preview

Gists Explorer Gist creation

Warning

Written by Java newbie, so no warranty of any kind.