Keerthivardhankeerthivardhan.hashnode.dev·Aug 21, 2024Mini-git, Understanding How Files Are Stored in Git ObjectsYesterday, I set out to implement one of Git's core functionalities on my own—specifically, how files are stored, what Git objects are, and the processes of hashing and compressing. It took me 4 hours to develop, and in this article, I'll walk you th...git file storage
Aaron Jevil Nazarethaarons-space.hashnode.dev·Mar 14, 2024Git Commands that you must knowHello fellow developers, have you ever come across a situtation where you needed to learn about git commands but didn't know where to learn from and felt like this not my cup of tea. Good news for you have reached the right place. Get ready to dive i...3 likesGit
Syed Jafer Ksyedjaferk.hashnode.dev·Jan 24, 2023Adding Up the Power of Git: A Comprehensive Guide to the 'git add' CommandGIT Series: https://makereading.com/series/git Introduction Git's "add" command is used to add changes in your working directory to the staging area. The staging area is like a holding place where you can review and prepare your changes before commit...112 readsGit CourseGitHub