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 |
What is Subgit? Why to use Subgit?
What is GIT stash drop?
What is the use of ‘git log’?
Mention some of the best graphical GIT client for LINUX?
What is the difference between git vs svn
What commands will you use to bring a new feature to the main branch?
What does ‘hooks’ comprise of in git?
How will you know in git if a branch has already been merged into master?
What are the benefits of using version control system?
How many heads can be created in a repository?
Name a few git commands and explain their usage.
How to rebase master in git?