Skip to content

Git Perspective

The Git perspective aims at presenting a simplified interface for the most common Git operations. It is built from tools that support Git client operations.

Git Perspective

The Git perspective is comprised of Git Projects, Local branches, Remote branches, History and Staging views. It enables the user to perform simple Git operations such as cloning a repository to a workspace, creating and deleting branches, pulling changes, and pushing commits. The user can create, manage, and switch between multiple workspaces through the workspace dropdown in the Git Projects view.

Note

In case of merge conflict on Push operation, a new branch with your local changes will be created in the remote repository. From this point, you can use your preferred tooling to apply the actual merge between the two branches.

Video