0 votes
in Git by
How can you make a repository in Git?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Nov 27, 2019 by rajeshsharma
0 votes
asked Dec 12, 2021 in Git by SakshiSharma
...