@Aarav-Ahuja-9
I write code that looks and does the job
Nothing here yet.
Nothing here yet.
Jan 30 · 2 min read · How Git Works Internally Git works by storing files as blobs (content with hashes), directories as trees (listing files), and snapshots as commits (with history links), all in .git/objects. Branches are refs pointing to commits, the index stages chan...
Join discussionJan 30 · 2 min read · Why Version Control Exists Version control system (VCS) is used to track changes in your code and code files systematically. It helps in making different versions of a program. It can also revert to previous versions of a software, if there was a fla...
Join discussionJan 30 · 3 min read · What is Git? Git is a DVCS (Distributed Version Control System) that helps you manage different versions of a software being developed. It is easy to use when you know about it, it really helps in managing different versions of a software and revert ...
Join discussionJan 30 · 3 min read · What Emmet is (in very simple terms) Emmet is basically "autocorrect on steroids" for writing HTML. Instead of typing out every single bracket, tag, and quote mark, you type a short code—like a cheat code in a video game—and Emmet instantly expands i...
Join discussion