How can you create a repository in Git?



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

Post New Answer

More Git Interview Questions

What is Subgit? Why to use Subgit?

1 Answers  


What is GIT stash drop?

1 Answers  


What is the use of ‘git log’?

1 Answers  


Mention some of the best graphical GIT client for LINUX?

1 Answers  


What is the difference between git vs svn

1 Answers  


What commands will you use to bring a new feature to the main branch?

1 Answers  


What does ‘hooks’ comprise of in git?

1 Answers  


How will you know in git if a branch has already been merged into master?

1 Answers  


What are the benefits of using version control system?

1 Answers  


How many heads can be created in a repository?

1 Answers  


Name a few git commands and explain their usage.

1 Answers  


How to rebase master in git?

1 Answers  


Categories