1.

How will you create a git repository?

Answer»
  • Have GIT installed in your system. 
  • Then in order to CREATE a git repository, create a folder for the PROJECT and then run git init. 
  • Doing this will create a .git FILE in the project folder which indicates that the repository has been created.


Discussion

No Comment Found