Me and my partners are working on the git remote and both have write access to the remote.
He did some changes, commited them and pushed them to remote,
I did few changes in my machine and without fetching/pulling just force pushed my commits. Which in turn resulted in lost of the commits of my partner.
So I have 2 questions:
1. Is there any way to get those commits back?
2. After my push, will my partners fetch, pull remove the changes he did, from his machine as well?