7
mundo03
7y

So I made a repo to have a template to initialize node projects.
I copied the folder to a new folder and found all commits where there but I wanted to start fresh.

Quick googling on how to just start fresh ... then I realized I might just delete the .git folder, see what happens.

Then BAM! All fresh,
git init
git add .
git commit -m "first! Template set"

Life is easy sometimes.

Comments
Add Comment