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.

Related questions

0 votes
asked Mar 6 in Azure by rajeshsharma
0 votes
asked Aug 24, 2023 in Git by JackTerrance
...