Git Lite creates new branches from your remote main/master branch and automatically handles syncing with remote branches. You can switch to Git Advanced at any time from the status bar.
What’s in the panel
Common actions
- Create or switch a branch: use the branch dropdown, then create a new branch or search for an existing one.
- Commit and push: enter a message (or click Write commit), then click Ship it.
- Open a pull request: once all changes are committed, click Draft PR with DinoAI to open the PR in your Git provider.
- Discard changes: click Discard all changes to abandon uncommitted work.
For step-by-step branch, commit, and pull request workflows, see the Git Lite guide. For resolving conflicts, see Merge conflicts.