Cette page n'est pas encore disponible dans votre langue. Nous nous efforçons d'ajouter d'autres langues. Nous vous remercions de votre compréhension.

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