Hi all,
I have a git setup with a shared repository. As I'm working on 2 PC's I push my personal branches.
I'm rebasing frequently with the develop branch so I need to force a push (git push -f origin feature). But when I want to pull a feature branch whith the forced changes I always get merge conflicts.
Is it possible to force a pull and overwrite the local files?