Details
Joined devRant on 6/18/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
7 years of "learning" "IT" at school...
What have I learned: Excel, Word, PowerPoint....
School started. I got the new book and we are doing more than MS Office!
We are making a website
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
With Wix!!!!!!???!?!!?!!
Fuck me!15 -
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.