On this page

Additional menu and options are added in the SnapLogic Manager upon successful integration with GitHub.


A summary of these is as below:

These are covered in detail in the sections that follow.


Repository Path and Other Details

The following is an example of a project window after checking out a GitHub repository:


Below is a closer look at the repository path:


This is essentially composed of three parts:


Updated Project Options

The following items are added in the Project options menu:

Refer to the GitHub Options and their Functions section below for the functionality of each of the GitHub options in the menu.


To open the Project options menu:

  1. Hover mouse over the project, a downward arrow appears.



  2. Click the arrow, Project options menu opens.



Updated File Options

File options menu is expanded to include GitHub-related items:


One of the following options is shown in the File options menu based on the GitHub status of the file:


Refer to the GitHub Options and their Functions section below for the functionality of each of the GitHub options in the menu.


To open the File options menu:

  1. Hover mouse over the File, a downward arrow appears.



  2. Click the arrow, File options menu opens.



GitHub Menu

The GitHub icon is added to the Asset table's toolbar. Clicking this icon opens the GitHub menu:


The following options are available in the GitHub menu:


Refer to the GitHub Options and their Functions section below for the functionality of each of the GitHub options in the menu.


Enhanced Asset Table: GitHub Status Column

The GitHub Status column displays the status of the project asset in the repository.

Each asset has one of the following statuses:


Assets with GitHub status Untracked, Added and Removed do not show in the GitHub repository unless committed.



GitHub Options and their Functions

Menu Item

Location

Description

Checkout GitHub Repository

Project options and GitHub Menu

Checkout GitHub repositories. Clicking on this opens the Checkout GitHub Repository dialog box. You can also use GitHub API for this operation.

Commit to GitHub

Project options and GitHub Menu

Commit changes such as file updates in the GitHub repository. Clicking on this opens the Commit Changes dialog box.

GitHub Pull

Project options and GitHub Menu

Fetch updates from the GitHub repository. Clicking on this opens the Pull Messages dialog box. You can also use GitHub API for this operation.

Add to Repository

File options and GitHub Menu

Add asset to the GitHub repository. Clicking on this changes the GitHub status to Added. You will need to commit changes to update the GitHub repository.

Remove from Repository

File options and GitHub Menu

Remove asset from the GitHub repository. Clicking on this changes the GitHub status to Removed. You will need to commit changes to update the GitHub repository.



See Also