Reputation: 1763
I deleted repository from bookmarks, also deleted it from server.
But when I create new repository from my project destination folder it's keeping all the commits I've made in past. Why is that happening ?
Upvotes: 0
Views: 71
Reputation: 142352
you can simply create new repository from terminal :
git init
Or if you wish to use the old one - delete the git folder and then type git init
And then click on the Create new repository tab
Upvotes: 1