Git operations: what Talend Studio does behind the scenes
When working on a Git managed project, you can carry out various Git operations on
the branches of your projects. The following table outlines how Talend Studio interacts
with GitHub when you carry out Git related operations, and gives the equivalent Git
commands corresponding to the Talend Studio
actions.
Talend Studio actions and equivalent Git commands
| User action in Talend Studio | Git commands performed by Talend Studio |
|---|---|
| Save or unlock a project item |
|
| Select Push from the pull-down menu |
|
| Select Pull & Merge from the pull-down menu |
|
| Select New Branch from the pull-down menu | Creates a local branch based on the selected
branch. |
| Select Switch from the pull-down menu |
|
| Select Check out as local from the All branches dialog box |
|
| Select from the pull-down menu |
|