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 |
Name a few Git repository hosting services
What is subgit and why is it used?
What is the difference between the ‘git diff ’and ‘git status’?
What are the different ways you can refer to a commit?
Explain the difference between rebase and merge?
What language is used in GIT?
In git, how would you return a commit that has just been pushed and made open?
What is the function of ‘git rm’?
What is the difference between ‘git remote’ and ‘git clone’?
What is the function of ‘GIT PUSH’ in GIT?
How is git instaweb used?
What is difference between fork and branch?