in Git by
How do you create a Repository in Git?

1 Answer

0 votes
by

To create a repository, you need to create a directory for the project if it does not already exist, and then simply execute the command “git init”. By executing this command, a .git directory will be created inside the project directory i.e. now your project directory has turned into a Git repository.

Related questions

0 votes
asked Sep 5, 2020 in Git by SakshiSharma
+3 votes
asked Jul 10, 2019 in Git Slack Integration by anonymous
0 votes
asked Dec 12, 2021 in Git by SakshiSharma
0 votes
asked May 21, 2020 in Git by SakshiSharma
...