Question about resetting version control

I have been working through the course on realm rush with version control and then realised that I had not done the gitignore so I am tracking loads of unecessary files.

How do I remove version control and then start it from the beginning ignoring the library files etc. I am happy with where I am i the project.

I tried deleting the control through sourcetree (bookmarks) but when I added version control agai I was back to where I was previously.

Hi @Kurt_Frary,

If you just want to create a new, clean repo, all you have to do is to delete the .git folder in your project folder. Then you can create a new repo.

Did this help? :slight_smile:


See also:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms