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
This process is simple, and follows the same flow as any git commit.
git pull
git commit -m "nuke and start again"
git push