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 |
What work is restored when the deleted branch is recovered?
What is ‘head’ in git?
What is the difference between fork, branch, and clone?
What is GIT stash?
What does commit object contain?
What is git bisect and what is its purpose?
What does ‘hooks’ comprise of in git?
What is the function of ‘git checkout’ in git?
What is git bisect? How can you use it to determine the source of a (regression) bug?
Name a few git commands and explain their usage.
Why is it desirable to create an additional commit rather than amending an existing commit?
Explain git stash, pop?