Tagged articles

Commit Conventions

2 articles · Page 1 of 1
Coder Trainee
Coder Trainee
Jul 17, 2026 · Fundamentals

Why Every Developer Must Master Git: From Basics to Practice (Part 1)

This article introduces Git by explaining its evolution, core advantages, key concepts such as the three work areas, file states and object types, and provides practical command examples, commit conventions, .gitignore setup, common pitfalls, and a preview of the next part on branching strategies.

Commit ConventionsDistributed VCSGit
0 likes · 7 min read
Why Every Developer Must Master Git: From Basics to Practice (Part 1)
MaGe Linux Operations
MaGe Linux Operations
Dec 10, 2023 · Fundamentals

Master Git: Essential Commands, Branch Strategies, and Commit Best Practices

This guide explains the differences between centralized and distributed version control systems, details Git’s core concepts such as working directory, staging area, local and remote repositories, and provides a comprehensive list of essential Git commands, branch naming conventions, and commit message standards for effective collaboration.

Commit ConventionsGit Commandsbranching
0 likes · 13 min read
Master Git: Essential Commands, Branch Strategies, and Commit Best Practices