Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Navigate to the project in SnapLogic Manager.

    Image RemovedImage Added
  2. Click (blue star) and upload the file.
    The file displays in the Asset table with the GitHub Status Untracked

    Image RemovedImage Added
  3. Open the File options menu by clicking the arrow to the right of the file name: 

    Image RemovedImage Added
  4. Click Add to Repository. The GitHub status changes to Added.

    Image RemovedImage Added
  5. With the file selected, open the GitHub menu and click Commit to GitHub Repository. The Commit changes dialog box opens. The file is shown under Changes to Commit in the dialog box.

  6. Add a Commit Message

  7. Click Commit. The file is added to the Asset table and the GitHub Status reads Tracked

    Image RemovedImage Added
  8. Refresh the GitHub page. The new file is displayed in the repository along with the commit message.

...

  1. Navigate to the project in SnapLogic Manager.

    Image RemovedImage Added
  2. Upload a file from local storage (by clicking the + symbol, and uploading it). Since the file already exists, an Asset conflict error dialog box displays. Click Overwrite to confirm.

  3. Go to the GitHub menu and click Commit to GitHub. The Commit Changes dialog box opens. It automatically detects if there is a newer version of a file and lists it out in the dialog box under the Changes to Commit list.

  4. Add a Commit Message, if required.

  5. Click Commit. The Asset table is updated.

    Image RemovedImage Added
  6. Refresh the GitHub repository page to confirm the update. 

    Image RemovedImage Added

Anchor
delete
delete
Deleting Assets from the GitHub Repository

...

  1. Navigate to the project in SnapLogic Manager.

    Image RemovedImage Added

  2. Open the File options menu by clicking the arrow adjacent to the right of the file name.

  3. Click Remove from Repository. The GitHub Status changes to Removed:

  4. Commit the deletion from the GitHub menu by clicking Commit to GitHub Repository.  

  5. Add a Commit Message, if required:

  6. Click Commit. The GitHub Status changes to Untracked and the file is deleted from the GitHub repository. 

    Image RemovedImage Added
  7. Refresh the GitHub repository page to confirm deletion. 

...

  1. The GitHub Pull Messages dialog lists the Assets that were fetched from GitHub:

  2. If you click OK  the new Asset displays in the Asset table:

    Image RemovedImage Added

Pulling Updates with Conflicts

...