Beginner
Git & Version Control
Q17 / 100
What does "git push" do?
Correct! Well done.
Incorrect.
The correct answer is B) It uploads local commits from the current branch to a remote repository
B
Correct Answer
It uploads local commits from the current branch to a remote repository
Explanation
"git push" sends locally committed changes to a remote repository, updating the corresponding remote branch so others can see your work.
Progress
17/100