Uwitondanishema Muslimmusllim.hashnode.dev·Jan 11, 2025Why I stopped pressing github merge buttonTHE ART OF MERGING Keeping your project's commit history clean and concise is essential for maintaining clarity and ease of navigation. Inspired by Linus Torvalds and the Linux community, who avoid using GitHub's blue merge button, I decided to adopt...Git
SOURAV BERAsouravtechzone.hashnode.dev·Dec 31, 2024Ultimate Guide to Writing Commit Messages for Commitlint WorkflowThis guide provides detailed instructions and best practices for crafting commit messages when using Commitlint, ensuring consistency, clarity, and traceability in your codebase. Following this format not only improves collaboration but also integrat...GitHub
Junaid Bin Jamanjunaidbinjaman.help·Dec 27, 2024Writing Professional Git Commit Messages: A Developer’s ReferenceAs developers, we often underestimate the power of a well-written commit message. Professional, concise, and structured commit messages are not just a formality; they are an essential aspect of collaborative development, debugging, and maintaining co...OthersGitHub
Hardik Chotaliyahardikchotaliya.hashnode.dev·Dec 10, 2024🎨 The Art of Writing Awesome Commit Messages for QA Engineers (SDETs/QA)Hey there, QA superstar! 🧪👨💻 Whether you're automating tests, debugging flaky scripts, or enhancing your framework, writing great commit messages can make or break your workflow. It's not just about getting the tests to pass—it's about leaving a ...8 likes·1.5K readsCommit Messages for QA Engineers
Daniel Olasupodanielolasupo.hashnode.dev·Nov 13, 2024Best Practices for Writing Good Git Commit MessagesIntroduction In software development, commit messages are used to track changes to a codebase, making it easier to reference past versions when debugging or reviewing features. Well written commit messages matter because they’re essential not only fo...14 likes·96 readsGit
Thirdy Gayaressoftware-engineer.thirdygayares.com·Sep 22, 2024Standard naming convention for commit messagesThe standard naming convention for commit messages often follows the Conventional Commits specification. It helps to keep commit messages consistent and readable, especially when generating changelogs or tracking changes in a project. Here are the co...1 like·198 readsGit
Sunil Kumarshunnu.hashnode.dev·Sep 10, 2024Understanding Conventional Commit Messages: A Simple GuideWhat are conventional commits? Conventional commits is a lightweight convention for writing commit messages that follows a specific structure. This structure makes it easier for humans and machines to understand the intent of each commit. It’s especi...GitHub
Ayush Soniayushsoni1010.hashnode.dev·Jul 21, 2024Git Together: Pro Tips for Commits and BranchesHey everyone, In today's blog, I want to share some best practices for using Git more effectively. You know Git, right? Yes, the Git that you’re already familiar with and that amazing tool that makes our coding journey smooth. Git is like your trusty...1 like·47 readsGit
Siddhartha Dblog.siddharthad.com·Jun 15, 2024Boost Your Code Commits: From Confusion to ClaritySoftware engineering is not just about writing code and fixing bugs (or dealing with PMs!). Have you ever wondered how modern app development happens? It's not built in a day nor by one person. It's a team effort, often involving collaboration with a...code
Faisal Rahmanfaisalism.hashnode.dev·May 19, 2024Steps to Undo Unwanted Git CommitsHave you ever made a commit in your repository and suddenly realized, "Oh no! This should not be committed." and then felt overwhelmed by the responses on the web? Here are the basic steps that can come to your rescue. Here, I have created a basic in...7 likesGitHub