Our integrated Git Wizard simplifies version control, allowing you to focus on code while we handle the complexity of the terminal.
To begin using Git, you first need to access the integrated terminal. This is your gateway to powerful command-line tools.
Locate the Terminal icon () in the bottom navigation bar of the editor.
Tap the icon to slide up the console interface. You now have full shell access.
Instead of memorizing complex commands like git remote add origin ..., use our automated wizard.
The wizard automates repository initialization, user identity configuration (user.name/email), and secure connection to remote providers like GitHub or GitLab.
To push code to GitHub, the wizard will ask for a Personal Access Token (PAT). This is more secure than using your password.
'repo' scope to allow project access.
Manual commands like git remote add are generally not needed. The Git Wizard handles your remotes automatically based on the repository URL you provide during the configuration step.