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.