Question: You have just completed rebasing your master branch and need to manually update the remote master, even though there is a merge conflict. How can you accomplish this?

  1. `git push --overwrite`
  2. `git push --update`
  3. `git push --assert`
  4. `git push --force-with-lease`

Answer: The correct answer of the above question is Option D:`git push --force-with-lease`