! + Enter
div id="status-bar"
div#status-bar
div class="status-bar__column"
, span
(div.status-bar__column>span)*3 + Enter
index.html
is the first file that most web servers access.! + enter
alt + 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)*3
parent__child
status-bar__column
→ because, 'column' is common name.git reset --hard commitID
git push -f origin main
Using 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 commitID
git push -f origin main
I 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? 🐣🐣🐣