How can you create a repository in Git?
Answer Posted / Man Singh
To create a new repository, initialize a local directory as a Git repository by running 'git init' from the command line.
Post New Answer View All Answers
How is git instaweb used?
1