Jan 31 · 13 min read · In the previous blog, we covered the basics of Git: initializing a repository, staging changes, committing code, and pushing it upstream. By now, commands like git add, git commit, and git status probably feel familiar, maybe even routine. But have y...
Join discussion
Jan 28 · 4 min read · Let’s see under the hood of Git : Look at this image : This is what inside .git folder looks like. Let us take an example : Imagine in our project we just have a single file named “Myfile.txt“. Now, when we run the command git init. It initialize an...
Join discussionJan 17 · 3 min read · Most developers treat Git like a magic spellbook: they memorize git add and git commit and hope for the best. But when things go wrong, they feel lost. To truly master Git, you have to stop looking at the commands and start looking at the data. Think...
Join discussion
Jan 17 · 6 min read · We use Git every day to save changes and collaborate, but have you ever wondered what's happening under the hood? Understanding Git's internal mechanisms, especially the mysterious .git folder, is key to truly mastering version control. How Git Works...
Join discussionJan 16 · 4 min read · Hello everyone,In this blog we will see how Git actually works internally, what are the objects, and what is the .git folder. In the previous blog, we have already seen how we can initialize Git and add files using different commands.Now let’s unders...
Join discussionJan 15 · 4 min read · When we start learning Git, we usually memorize commands like git add, git commit, and git push.But deep inside, we still feel confused: “What is Git actually doing behind the scenes?” This article is my attempt to explain how Git works internally,...
Join discussionJan 14 · 2 min read · Before get into the how git works,let’s first understand what is git? Git:- Git is a distributed version control system (VCS). Git is used to track live changes inside the code,for collaboration. It is termed as VCS because it allows a multiple pe...
Join discussionOct 9, 2025 · 3 min read · สวัสดี Celestia คืออะไร… เราจะไม่พูดถึงกันละนะ เพราะทุกคนพอจะเข้าใจหลักการพื้นฐานละ แต่ถ้าจะสรุปง่ายๆ คือ Celestia คือบล็อกเชนแบบ Modular ที่ทำหน้าที่เก็บและยืนยันความถูกต้องของข้อมูล (Data Availability) เพื่อให้บล็อกเชนอื่นหรือ Rollup สามารถโฟกัสที่...
Join discussion