General Usage
Typical General workflow: Git Manager: Basic Workflow, Review Changes, and Stage → Commit.
Orient yourself in Manager Gitmanager
Section titled “Orient yourself in Manager Gitmanager”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.
Git Manager: Basic Workflow
Section titled “Git Manager: Basic Workflow”A typical Git workflow in Wappler is: review changes, stage files, commit with a message, then push to a remote.
Review Changes
Section titled “Review Changes”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 → Commit
Section titled “Stage → Commit”Stage files, then create a commit with a clear message. Small, focused commits are easier to review and revert.
Push / Pull
Section titled “Push / Pull”Push your commits to a remote repository (GitHub/GitLab/Bitbucket) and pull regularly to stay in sync.
Branches
Section titled “Branches”Use branches for features and fixes. The main toolbar exposes branch controls when they are available for the current repository state.