Git v1: GitHub integration, diff viewer, and UI improvements
Git and GitHub are now built directly into the Codevre browser IDE, alongside a new diff viewer, file status indicators, and multiple workflow and UI upgrades.
- Git + GitHub integration (Git v1): manage repositories directly inside the browser IDE — no setup required.
-
New Git tool:
available via Menu → Tools → Git, with full UI-based workflows.
- Initialize Git repositories
- Authenticate and connect GitHub
- Create GitHub repositories
- Stage, commit, push, and pull via UI
- Use Git with or without GitHub
-
Terminal Git support:
Git commands are fully supported for advanced workflows, including
init,status,add,commit,branch,merge,reset,stash,tag, and more. -
GitHub CLI support:
authenticate and manage repos using
gh authandgh repo create. - Diff viewer + file status indicators: right-click modified files to open diffs, with file tree badges for A (Added), M (Modified), and D (Deleted). Works even without GitHub connected.
- Open GitHub repositories: clone any GitHub repo directly into Codevre via Menu → Open → Open GitHub Repo.
-
UI & workflow improvements:
- Project button now uses a folder icon
- Preview tab now has Play / Stop toggle
- Status bar revamp with refresh button and last cloud save time
- Terminal upgrades for improved reliability and Git usage
- Numerous small UI fixes and consistency improvements
- Beginner-friendly: a new Git beginner guide is available for first-time users. View guide