Skip to content

General Usage

Typical General workflow: Git Manager: Basic Workflow, Review Changes, and Stage → Commit.

Start with the wider context in Manager Gitmanager so the next control makes sense in the full workflow. In the next step, you will focus on Git Manager: Basic Workflow and see how it fits into this area.

A typical Git workflow in Wappler is: review changes, stage files, commit with a message, then push to a remote.

Start by reviewing your changed files. Stage only what belongs in the commit. This step matters because Review Changes is part of Manager Gitmanager Layout, and understanding that context makes the next action easier to repeat in your own project.

Stage files, then create a commit with a clear message. Small, focused commits are easier to review and revert.

Push your commits to a remote repository (GitHub/GitLab/Bitbucket) and pull regularly to stay in sync.

Use branches for features and fixes. The main toolbar exposes branch controls when they are available for the current repository state.