Ir al contenido

Pull and push repository changes

Esta página aún no está disponible en tu idioma.

Bring remote commits into a working copy and send your own commits back.

  • An active Pro subscription. Third-party AI subscriptions and API credits are separate.
  • A working internet connection for the service or download used in this tutorial.
  • An existing Git repository. Use the separate tutorial repository for practice.

Download the tutorial workspace

Source Control → Pull / Push
·
See the control up close

Open the matching branch on GitHub and check the new commit message and file content. For remote workspaces, Git runs on the server and uses that server’s Git credentials.

  • 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.

Contact support