Answer the question
In order to leave comments, you need to log in
Is there a command in git to reinitialize a project?
I added the entire project to git. Now we need to add only one folder from the project.
Answer the question
In order to leave comments, you need to log in
delete the .git folder (it's hidden)
then git init
git add files_folders (or git gui , very handy tool)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question