Spaces:
Runtime error
Runtime error
08 — GitHub sidebar pane
GithubPane.tsx covers the full editor-side Git workflow: OAuth login, clone, push / pull, branch switching, staged-files diff view, and per-file revert. See the dedicated GitHub pane docs for the full feature matrix.
Screenshots
What it does
OAuth happens through
/exocore/api/access/github/start→/callback; the resulting token is stored encrypted on the backend, not in localStorage.All git operations are POSTed through
/exocore/api/editor/github/*and shell out togitinside the project workspace.The diff view is a Monaco DiffEditor reused by the file-history modal (frame 11).
Source files
-
← Back to the editor index.

