0 votes
in Git by
What is the process for creating a repository in Git?

1 Answer

0 votes
by

If you want to create a repository in Git then you need to run the command “git init”. With this command .git repository you can create a directory in the project directory.

...