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
Anasanasmansuri.hashnode.dev·Aug 14, 2024Merge vs Rebase in Git : Which to Choose and WhenHello! I'm Anas , a DevOps and Cloud enthusiast with a passion for building scalable, efficient, and secure infrastructure. With a strong focus on automation, containerization, and orchestration, In this blog I'll be diving into the git branching in ...Git
Sheraz Manzoorsherazmanzoor.hashnode.dev·Jul 19, 2024Good Commit ✔ VS. Bad Commit ❌: Best Practices for GitIn the amazing world of software or web development, version controlling is one must-have in every developer working on a project with other developers. One of the most used version control systems is Git that helps developers in following changes, g...best practices for git
akash javaliblog.akashjavali.com·Jul 16, 2024Mastering the Art of Commit Messages with Conventional CommitsIn the world of software development, clear and concise commit messages are crucial. They provide insight into the history of a project, making it easier to track changes, debug issues, and understand the evolution of the codebase. However, writing m...131 readsGit
Midhun Georgemidhungeorge.hashnode.dev·Jun 24, 2024Git Commands that you should know.One of the most used version control systems that help developers to track changes when working on projects as a team is Git. Whether you work on a team or by yourself, it has now become an integral part of code change management. Merely closing this...GitHub
Deepak parashartechfordummys.hashnode.dev·Jun 5, 2024Getting Started with Git and GitHub: A Beginner's GuideIntroduction to Version Control What is Version Control? Imagine working on a document and wanting to save different versions without creating multiple files like “final_version_v1,” “final_version_v2,” and so on. Version control systems (VCS) solve ...Git
Monika Prajapatiblog.monikaprajapati.com.np·May 28, 2024The Art of Writing Effective Git CommitsVersion control systems like Git are essential tools for developers, allowing them to track changes to their codebase, collaborate with others, and manage project history effectively. One crucial aspect of using Git is writing clear and meaningful co...13 likesGit
Arturcode-with-arthur.hashnode.dev·May 16, 2024Essential Git Commands: A Comprehensive Guide for Efficient Version ControlGit is one of the most crucial tools you need to master in programming. Whether you're just starting out as a coder or you're a seasoned developer, understanding Git is essential for managing complex projects with ease and collaborating effectively w...Git
Himani Bansodhimanibansod.hashnode.dev·Apr 30, 2024Project on GIT / GIT-HUB : Tutorial🚀GIT : Global Information Tracker git is a type of file system which has version control feature git has version id or hash id by this we can roll-back our deleted file. Types > VCS : Version control system DVCS > Distributed Version control system CV...Git
NIHAL MOHAMAD ARIF PAPApapanihal360.hashnode.dev·Apr 29, 2024Project on GIT / GIT-HUB : Tutorial🚀GIT : Global Information Tracker git is a type of file system which has version control feature git has version id or hash id by this we can roll-back our deleted file. Types > VCS : Version control system DVCS > Distributed Version control system CV...GitHub