I'd like to change the files locally, but still have the ability to keep those updates in case others on my team make important changes. However, I would like to be able to choose that all changes can be committed and not exclude the extra files every time. Is there a possibility?
With .gitignore and with exclude, the file would unfortunately not get any updates.
Before that I worked with SVN and there was a section with ignore-on-commit. Is there something like that with Git?