Basically I cloned a git repository and started coding on it, but it still shows the original collaborators and their commits on my repository. Ideally I could fix this without starting over on a fresh repository (have already done a lot to the wiki pages for current repository)
I want my result to look like this:
1.) I rm -rf .git my git files in my local system but keep the original code files
2.) I initialize a new local git repository
3.) I delete all files in my remote repository
4.) I link my new local repository to the remote repository
5.) I git add . my code files so it is now in the remote repository