Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Index Git Source Control Connector
Previous  |  Next

 1.7        Setting up with Geckoboard
reporting
 2.5.8          The Calendar
usage
items
projects
time
plugins
ms-outlook
 9      Code Review & Source Control Connectors
 9.1        SVN Server Installation
 9.2        Client Side Gemini Tortoise SVN Integration
 9.3        Git Source Control Connector
install
source-control
 9.4        Mercurial Source Control Connector
install
source-control
 9.5        TFS Source Control Connector
install
source-control
 10.11          Using Add-on Products
usage
 10.11.1            Visual Studio 2008/2010
usage
visual-studio
 10.11.2            Gemini Desktop
usage
desktop
 10.11.3            Microsoft Outlook
admin
ms-outlook
usage
View  |  Print  |  PDF

12 documents found.


Git Source Control Connector

install
add-ons
source-control

Download the GIT connector from: http://www.geminiplatform.com/downloads.

This connector has been created to allow committed GIT files to be linked to Gemini Issues. The following Document will show you how to install the connector.

Step 1

Ensure that you have Python 2.x installed before continuing with the install.

Step 2

Edit the "GeminiGitHook.py" script and change the following variables as required: username, apikey, geminiurl, gitpath, gitrepository

step 1

Step3

Locate the "hooks" directory for your GIT repository (for example C:\GIT\.git\hooks)

Step 4

Put the "GeminiGitHook.py" file into the "hooks" directory.

Step 5

If missing, create the "post-commit" file and insert a line that represents the full path to the "GeminiGitHook.py" script (For example C:/MyRepository/.git/hooks/GeminiGitHook.py).

file git (1)

path post-commit

Usage

When you commit files to GIT, simply start your commit message with "gem:XXX" ("XXX" represents a Gemini Issue Id. In this example we will be using 217 as the Id).

Open up Command Prompt and run the following command replacing “217” with the issue Id you wish to update.

usage committing

All commited files and comments appear under Code Review as follows:

image

 

 


Previous  |  Next