Disabling Git auto-fetch in UE5?

Hello :slight_smile:

I am well underway with a game of mine, but unfortunately I’ve lost data due to the Git auto-fetch (uncommitted files being removed).
I would like to know if it’s possible to disable this? I never pull since it’s a solo project.

Any help is appreciated.

You probably want this:

git config --global --unset-all remote.origin.fetch