
! + Enterdiv id="status-bar"div#status-bardiv class="status-bar__column", span(div.status-bar__column>span)*3 + Enterindex.html is the first file that most web servers access.! + enteralt + shift + ↕<!-- --> & Comment shortcut : ctrl + /tag#ID → <tag id="ID"> </tag>tag.CLASS → <tag class="CLASS"> </tag>parent-tag > child-tag → <parent> <child> </child> </parent>tag * n → <tag> </tag> <tag> </tag> ··· n times(div.status-bar__column>span)*3parent__childstatus-bar__column → because, 'column' is common name.git reset --hard commitIDgit push -f origin mainUsing Git and GitHub for version control still feels unfamiliar to me.
Especially, I often thought 'Ah, I should have included this change in the last commit. but how...?'
I did...
git reset --hard commitIDgit push -f origin mainI resolved today's problem somehow.
But since I think my solution process was not efficient, I'm not sure if this is the right solution.
So I expect similar problems to keep arising.
It makes me expect that my development life will always involve Googling.
I spent much more time learning and searching than actually coding.
Compared to my imagined awesome result, the actual outcome was awkward.
My dev-journey should be ok, right? 🐣🐣🐣