FILL BLANK -
Which git sub command copies a local commit to a remote repository? (Specify ONLY the sub command without any path or parameters.)
FILL BLANK -
Which git sub command copies a local commit to a remote repository? (Specify ONLY the sub command without any path or parameters.)
The correct git sub command to copy a local commit to a remote repository is 'push'. The 'push' command updates the remote repository with the changes made in the local repository. The 'clone' command, on the other hand, is used to copy a remote repository to a local machine. Therefore, the correct answer is 'push'.
But I think it's push sub command!
Dump is not valid anymore. Sorry guys
Dump is not valid anymore. Questions all changed Not one question here came up
git push : local repository -> remote repository
I think "git clone" is it right also?
Yes, It is push command.
in fact, the correct answer is "push" not "clone". Why isn't the answer corrected?
Push ils thé right answer , clone used to copy remonte repo to local one
push , the answer
who took the exam last weeks and can confirm this dump is still valid ?
It should be push: „ Updates remote refs using local refs, while sending objects necessary to complete the given refs.“ from git doc
push this is question
git push
Not Valid this questions