Table of Contents

Search

  1. Preface
  2. Project and asset management
  3. Source control
  4. Asset migration
  5. Bundles

Asset Management

Asset Management

Source control and the Git repository

Source control and the Git repository

If you usually work directly in a Git source control repository, you might notice a few differences between using source control in
Informatica Intelligent Cloud Services
and working directly in the repository.
Note the following differences:
  • A pull action in
    Informatica Intelligent Cloud Services
    is the same as a Git pull command. However, a pull in
    Informatica Intelligent Cloud Services
    cannot merge changes.
  • A checkout action in
    Informatica Intelligent Cloud Services
    locks an object so that no one else can check it out or change it.
  • A check-in action in
    Informatica Intelligent Cloud Services
    is the same as a Git commit command and push command combined. Use a check-in to add
    Informatica Intelligent Cloud Services
    objects to the source control repository and to commit changes to the repository.

0 COMMENTS

We’d like to hear from you!