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 |
How can you create a repository in Git?
What is the function of ‘git checkout’ in git?
What is git and why do we use it?
How to create tag?
What does a commit object contain?
What are git repository hosting services you used?
Distinguish between git fetch and git pull?
Explain what is commit message?
What is ‘git status’ is used for?
Explain the uses of git commands?
What is Subgit? Why to use Subgit?
Why is it advisable to create an additional commit rather than amending an existing commit?