How-To: Access GitHub with EZGIT

Follow these steps to connect to your GitHub instance using short term SSH Certificates with EZGIT the first SSH Certificate Authority for GitHub.

Prerequisites

  1. Download EZGIT

Tenant Prerequisites

Your tenant admin/GitHub admins must connect EZGIT to GitHub Enterprise before users are able to login to Git using EZGIT.

Video Version

Usage

  1. Go to your favorite terminal, and enter:
ezgit
  1. The first time it will ask you to login with your Azure Active Directory Account
  2. You should get a “GitHub identity created successfully” message EZGIT Settings
  3. Start using your favorite Git Tool for committing your code!

Sending a command through EZGIT

EZGIT offers the option of sending a command to your git solution to make it easier to use. Just add a -c and the command to your EZGIT git command. For Example if you want to pull you can do:

ezgit -c "pull"

EZGIT will talk care of using your existing certificate or getting a new one and then will call git pull in another window. EZGIT Settings