If you've ever used Git before, you're probably familiar with the .git folder. This folder contains all of the information that Git needs to track ...
For further actions, you may consider blocking this person and/or reporting abuse
Helpful article. Hope you would write about how and when these files interacting with a simple code project. As well as it would be great if you explain all files and folders of a small project from creating to the end and how and when they are inter related or cross functioning with each other. Which files and folders need to create manually to explain the output of the project. Thanks 🙏 in advance.
Sure @zedcreator I'll write on git - version control in mind.
Follow me and stay tuned, it will be out soon anytime
i didn't notice this git folder deeply. Rather, i used to use it just for tracking my code and data. After knowing configuration of .git folder, i can understand the way of dealing with my file thx for sharing this helpful knowledge! :)
Nice article 👏
Great! I haven't come up wtih an idea digging to
.git
directory. I wondered how husky works. Now, I got a sense of it.Awesome guide to the .git folder! Thanks for simplifying Git's inner workings. 🙌
Nice article, very helpful.
Very clear and concise, congratulations on the article!
@rajaniraiyn if we only have the .git floder, can we rebuild our project files with the snapshots in the object folder? hoping for your replying, thanks
Ideally we can. But those snapshots must be valid for the commit it refers to. If we are able to match them, then git's integrity checking will pass and we can rebuild our project.
That really helped a lot. Thank you
Great article @rajaniraiyn
thanks for sharing this article. Highly appreciated!
Thank you so much for your support.
The guys over at CodingBlocks dot net did a really good series on how git works under the hood.
It's kinda crazy how well optimized it is!