I've done following commands:
git reset --hard <hash-id>
git push -f origin
Everything is ok on my local machine and on bitbucket, pointer is moved and newer commints than that commit () are deleted and that is ok but there is one other problem.
Now when other users do git pull on their local machines pointer is moved to but newer commits are ready to push. To repeate, pointer is moved but newer commits are there on their machines (git is offering push of that commits and they see changes in files).
Every help is welcome.
P.S. they can't do manual changes because there is 100 commits :(
Thank you