in Git by
Q:
How can you initialize a repository in Git?

1 Answer

0 votes
by

If you want to initialize an empty repository to a directory in Git, you need to enter the git init command. After this command, a hidden .git folder will appear.

taha-git

Related questions

0 votes
asked May 21, 2020 in Git by SakshiSharma
0 votes
asked Sep 3, 2020 in Git by SakshiSharma
0 votes
0 votes
asked Oct 15, 2019 in Git by rajeshsharma
0 votes
asked Oct 15, 2019 in Git by rajeshsharma
...