Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

On this page
Help Center/ CodeArts Repo/ User Guide/ More About Git/ Use Cases on the Git Client/ Pushing a File That Has Been Changed on the Server

Pushing a File That Has Been Changed on the Server

Updated on 2023-12-04 GMT+08:00

Background

A file push on the Git client will fail if the file is modified on the server, and the following information is displayed.

Procedure

  1. Pull the latest code from the server.
    git pull origin XXX (branch name)
  2. Modify and push the code.
    git push origin XXX (branch name)
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback