Skip to content

Git

Welcome to the Git perspective in the codbex platform, your dedicated workspace for efficient version control and collaboration. This index provides an overview of key views and functionalities available in the Git perspective.

Git

1. Git Projects

The "Git Projects" view is your gateway to managing Git repositories. Clone, create, and explore repositories, view branches, tags, and remotes, and perform various Git operations.

2. Local Branches

The "Local Branches" view allows you to manage and interact with local branches in your Git projects. Create, switch, rename, and delete local branches, and compare changes between branches.

Branches

3. Remote Branches

The "Remote Branches" view centralizes the management of remote branches in your Git projects. Fetch updates from remotes, create local branches based on remotes, and compare changes with remote branches.

4. History

The "History" view provides a chronological list of commits made in your Git repository. Analyze commit details, compare changes, and navigate through the evolution of your codebase.

History

6. Staging

The "Staging" view streamlines the process of staging and committing changes. Stage, unstage, and discard changes, view diffs, and commit changes with ease.

Staging

7. Diff Editor

The "Diff Editor" in the Git perspective provides a comprehensive and user-friendly way to visualize and analyze changes in your codebase.

Explore these views and functionalities to enhance your Git workflow in the platform.

Diff Editor