How can you create a repository in Git?
Answer / Man Singh
To create a new repository, initialize a local directory as a Git repository by running 'git init' from the command line.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create tag?
What is GIT stash drop?
What is git fork? What is the difference between fork, branch, and clone?
What is the purpose of branching and how many branching strategies can you apply?
Name some git commands and also explain their functions?
What are git stash and git stash drop?
What is the difference between ‘git remote’ and ‘git clone’?
How to remove a file from git without removing it from your file system?
Tell me the difference between head, working tree and index, in git.
What is ‘bare repository’ in GIT?
Can you explain the gitflow workflow?
What is another option for merging in git?