Git : How can i do a fusion between two branchs without automatic supression of my files?
I am working on a project on Symfony6. When I want to fusion my branch with the main, my files are automatically deleted. It oocurs when i do git pull origin main
.