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.
Git Manager Overview
Section titled “Git Manager Overview”The Git Manager allows you to version control your project using Git. You can commit changes, push to remote repositories, and manage branches.
Changes
Section titled “Changes”This panel shows all the files that have been modified, added, or deleted. You can select files to stage them for a commit.
Branch Management
Section titled “Branch Management”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.
Remote Operations
Section titled “Remote Operations”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.
Refresh
Section titled “Refresh”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.