701-100 Exam QuestionsBrowse all questions from this exam

701-100 Exam - Question 1


FILL BLANK -

Which git sub command copies a local commit to a remote repository? (Specify ONLY the sub command without any path or parameters.)

Show Answer
Correct Answer:

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'.

Discussion

14 comments
Sign in to comment
grig
Nov 14, 2019

But I think it's push sub command!

ZettelSchmettel
Sep 6, 2021

Dump is not valid anymore. Sorry guys

laramy
Sep 8, 2021

Dump is not valid anymore. Questions all changed Not one question here came up

BennaniHaythem
Nov 19, 2021

git push : local repository -> remote repository

Jacklee2022
Jun 5, 2022

I think "git clone" is it right also?

ayuuk
Dec 12, 2019

Yes, It is push command.

hector1978
Feb 17, 2020

in fact, the correct answer is "push" not "clone". Why isn't the answer corrected?

Zenzedoon
Jun 25, 2020

Push ils thé right answer , clone used to copy remonte repo to local one

stanley22
Oct 11, 2020

push , the answer

Auditore
Jan 7, 2021

who took the exam last weeks and can confirm this dump is still valid ?

Ah3n0
Feb 8, 2021

It should be push: „ Updates remote refs using local refs, while sending objects necessary to complete the given refs.“ from git doc

claudiodz
Apr 2, 2021

push this is question

hamzaab
Jul 28, 2021

git push

mesxi1
Nov 16, 2022

Not Valid this questions