Pricing
Learn
Code
Deploy
More
How to initialize a Git repository on a existing code folder?
650
1 Answer
7 years ago by
Divya
go to the code folder and run the following command
git init
7 years ago by
Karthik Divi