Skip to content

Git Manager: Quick Overview

Get a quick overview of Git Manager: what it is, where to find it, and how it fits in your workflow.

The Git Manager allows you to version control your project using Git. You can commit changes, push to remote repositories, and manage branches.

This panel shows all the files that have been modified, added, or deleted. You can select files to stage them for a commit.

The main toolbar includes the current-branch selector, where you can switch branches or create new ones when branch controls are available for the current repository state.

Use these buttons to pull changes from or push changes to a remote repository like GitHub or GitLab. This step matters because Remote Operations is part of Manager Gitmanager Toolbar, and understanding that context makes the next action easier to repeat in your own project.

Use the main toolbar to refresh the repository status after file or branch changes. This step matters because Refresh is part of Manager Gitmanager Toolbar, and understanding that context makes the next action easier to repeat in your own project.