0 votes
in Git by (30.7k points)
How can you make a repository in Git?

1 Answer

0 votes
by (19.7k points)

In Git, to generate a repository, create a directory for the project if it does not exist, and then run command git init. By running this command . git directory will be generated in the project directory, the directory does not need to be empty.

Click here to read more about GIT
Click here to read more about Insurance

Related questions

0 votes
0 votes
asked Nov 27, 2019 by rajeshsharma (23.1k points)
0 votes
asked Dec 12, 2021 in Git by SakshiSharma (30.7k points)
...