The ________ command in Git is commonly used to propose changes in a collaborative project.

  • Commit
  • Push
  • Merge
  • Pull
The "Push" command in Git is used to propose changes in a collaborative project by uploading the local changes to a remote repository. This is a crucial step in sharing code with others.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *