What is the main issue with using git rebase when working with multiple developers?
Rebase moves the HEAD of the remote master branch one commit forward.
Rebase creates a temporary copy of the master branch in the remote repo.
Rebase affects only your repository and creates a diff in the master branch.
Rebase deletes all commit history for the new feature branch.