G
G
Good Samaritan2017-09-12 11:13:14
git
Good Samaritan, 2017-09-12 11:13:14

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

2 answer(s)
A
Andrey Sanych, 2017-09-12
@mountpoint

delete the .git folder (it's hidden)
then git init
git add files_folders (or git gui , very handy tool)

A
Astrohas, 2017-09-12
@Astrohas

https://stackoverflow.com/a/17357497

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question