Is it possible to remove all files in a repository and update it with only the files I have in my local machine? The reason is that, there are certain files that is not necessar
Delete the hidden .git folder (that you can locate within your project folder) and again start the process of creating a git repository using git init command.