Question: After pushing commits to the remote repository for the first time using the command below, what shorthand command can you use in future?

  1. git push master
  2. git push origin
  3. Same as before, git push -u origin master
  4. git push

Answer: The correct answer of the above question is Option D:git push