0 votes
in Git by
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 Aug 24, 2023 in Git by JackTerrance
...