Checkout a Git repository for a project space

  • A Git repository to associate with the Project Space
  1. Go to SnapLogic Manager.
  2. In the navigation tree, locate the project space, and click the down arrow to open the project space menu.
  3. Select Checkout Git Repository.
  4. Configure the Git Repository Checkout settings.
    Git Repository Checkout settings
    • Repository. Select the repository to checkout from.
    • Branches/Tags. Select the branch or tag to checkout. You can filter the list by typing the first letters of the branch or tag name.
    • Hard Reset. Select this checkbox to replace all assets in your project/project space with the ones in your git repository. This discards all uncommitted changes (modified or conflicting assets) and the assets in Added, Tracked, or Removed status from your project/project space.
    • Discard Untracked Files. With the Hard Reset checkbox selected, select this checkbox to delete all untracked files from your project/project space during the checkout.
    Important: You can select Hard Reset and leave Discard Untracked Files unchecked if you want to retain a set of assets but not track them.
  5. Click Checkout.

The Git Integration associates the project space with the branch or tag and checks out any existing assets.