Zulip Chat Archive

Stream: new members

Topic: git pull


Alex Zhang (Jul 14 2021 at 11:24):

I saw this exclamation point after git pull. What does it mean here? I have resolved all the conflicts.
@Eric Wieser
image.png

Alex Zhang (Jul 14 2021 at 11:26):

Should I then do stage changes?
image.png

Eric Wieser (Jul 14 2021 at 11:29):

I think the exclamation mark is telling you that you have conflicts to resolve

Eric Wieser (Jul 14 2021 at 11:30):

I think if you save basic.lean the ! will go away?

Alex Zhang (Jul 14 2021 at 11:31):

I think so. I asked here as I think I should be careful before save or stage changes. Are they the same thing btw?

Eric Wieser (Jul 14 2021 at 11:32):

No; save writes your changes to your local filesystem. "stage changes" stages the changes from your local filesystem (i.e., you have to save first!) into git, so that they can be committed and pushed to github


Last updated: Dec 20 2023 at 11:08 UTC