What is the function of git clone?



What is the function of git clone?..

Answer / Ramesh Babu

'Git clone' creates a copy of an existing Git repository onto your local machine.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What work is restored when the deleted branch is recovered?

1 Answers  


What is ‘head’ in git?

1 Answers  


What is the difference between fork, branch, and clone?

1 Answers  


What is GIT stash?

1 Answers  


What does commit object contain?

1 Answers  


What is git bisect and what is its purpose?

1 Answers  


What does ‘hooks’ comprise of in git?

1 Answers  


What is the function of ‘git checkout’ in git?

1 Answers  


What is git bisect? How can you use it to determine the source of a (regression) bug?

1 Answers  


Name a few git commands and explain their usage.

1 Answers  


Why is it desirable to create an additional commit rather than amending an existing commit?

1 Answers  


Explain git stash, pop?

1 Answers  


Categories