D
D
Dosya2022-01-28 18:58:57
git
Dosya, 2022-01-28 18:58:57

Why did Git change the code?

Why is this happening?
61f412b3967df465520127.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Ukolov, 2022-01-28
@Dasihub

This is a version conflict.

P
Philipp, 2022-01-29
@zoonman

The WebStorm you have open has a great conflict resolution tool.
Through the menu first do Git->Commit.
Then in the menu Git -> Fetch (pull all the latest changes from the server into the git cache).
Then Git -> Pull.
If there are conflicts, the conflict resolution tool will open.
Everything is visually easy to understand what is merged and where. On the left you have the changes from the server, on the right are yours, and in the middle is the result that you can edit.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question