Review, stage and commit changes
このコンテンツはまだ日本語訳がありません。
What you will do
Section titled “What you will do”Save a reviewed change in your repository’s local history.
Before you start
Section titled “Before you start”- An active Pro subscription. Third-party AI subscriptions and API credits are separate.
- An existing Git repository. Use the separate tutorial repository for practice.
Download the tutorial workspace
Where to start
Section titled “Where to start”File browser → Files → Source Control
Follow the steps
Section titled “Follow the steps”Screenshot capture is in progress for this preview. This page is not approved for publication.
See the control up close

1

2

3

4
Check the result
Section titled “Check the result”Tap Commit. Confirm the new message appears in History. This records local history; it has not yet sent the commit to GitHub.
If it does not work
Section titled “If it does not work”- Commit records local history; Push sends commits to the remote. Check which operation failed.
- For rejected pushes, inspect the remote changes and your permissions. Do not use a force push as a routine fix.
- If changes conflict, keep a copy and review the affected files before discarding anything.