in Git by
Q:
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
0 votes
asked Mar 17, 2021 in GitHub by rajeshsharma
+3 votes
asked Jul 10, 2019 in Git Slack Integration by anonymous
...