Tagged articles
9 articles
Page 1 of 1
Radish, Keep Going!
Radish, Keep Going!
Feb 25, 2026 · Fundamentals

Unlock Git’s Hidden Power: Master the Magic Files That Control Your Repository

This guide explains the purpose, syntax, and practical usage of Git’s special configuration files—including .gitignore, .gitattributes, .lfsconfig, .gitmodules, .mailmap, and others—so developers can correctly configure repository behavior, manage large files, submodules, and author identities across platforms.

ConfigurationGitVersion Control
0 likes · 17 min read
Unlock Git’s Hidden Power: Master the Magic Files That Control Your Repository
Code Mala Tang
Code Mala Tang
Jul 21, 2025 · Fundamentals

Why .DS_Store Keeps Appearing in Git and How to Remove It

This article explains what the hidden macOS .DS_Store file is, why it shows up in Git status, and provides step‑by‑step commands—including .gitignore usage and git rm --cached—to stop Git from tracking it permanently.

.DS_StoreGitVersion Control
0 likes · 4 min read
Why .DS_Store Keeps Appearing in Git and How to Remove It
DevOps Cloud Academy
DevOps Cloud Academy
Mar 24, 2025 · Information Security

Protecting Sensitive Configuration Files: .gitignore, Environment Variables, Secret Management, and AES Encryption with Python

This article explains how to safeguard sensitive configuration data such as database credentials and API keys by using .gitignore, environment variables, secret management tools, and AES encryption with a Python script, and describes how to integrate these practices into CI/CD pipelines.

AES encryptionConfiguration ManagementDevOps
0 likes · 7 min read
Protecting Sensitive Configuration Files: .gitignore, Environment Variables, Secret Management, and AES Encryption with Python
Su San Talks Tech
Su San Talks Tech
Dec 23, 2024 · Fundamentals

Master Git Branching and Commit Standards for Stable Development

This guide explains Git branch naming conventions, their correspondence to development environments, recommended merge workflows, standardized commit message formats—including Angular guidelines and a simplified version—and provides a practical .gitignore template, helping teams maintain stable codebases and efficient collaboration.

Gitbranchingcommit message
0 likes · 10 min read
Master Git Branching and Commit Standards for Stable Development
MaGe Linux Operations
MaGe Linux Operations
Oct 19, 2024 · Fundamentals

Essential Git Commands Every Developer Should Know

This guide provides a comprehensive overview of common Git commands, covering SSH key creation, user configuration, repository initialization, file staging, committing, branch and tag management, remote synchronization, undo operations, and .gitignore patterns, enabling developers to efficiently manage version control workflows.

RepositoryTaggingbranching
0 likes · 13 min read
Essential Git Commands Every Developer Should Know
Liangxu Linux
Liangxu Linux
Sep 21, 2023 · Fundamentals

Mastering Git Branch Naming, Workflow, and Commit Message Standards

This guide explains systematic Git branch naming, maps branches to development environments, outlines a typical merge flow, details a comprehensive commit‑message format (including Angular conventions), and provides a practical .gitignore template for clean repositories.

Gitbranchingcommit message
0 likes · 9 min read
Mastering Git Branch Naming, Workflow, and Commit Message Standards
macrozheng
macrozheng
Sep 12, 2023 · Fundamentals

Master Git Branching and Commit Standards for Clean Code

This guide explains Git branch naming conventions, maps branches to development environments, outlines a standard merge workflow, details commit message standards—including Angular guidelines and a simplified format—and provides a sample .gitignore, offering practical tips for clean, maintainable code management.

Gitbranchingcommit message
0 likes · 8 min read
Master Git Branching and Commit Standards for Clean Code
Liangxu Linux
Liangxu Linux
Oct 17, 2022 · Operations

Master .gitignore: How to Exclude Files and Folders in Git

This guide explains what a .gitignore file is, how Git tracks files, how to create and populate .gitignore with common patterns, and the steps to stop tracking files that were already committed, providing practical commands and examples for effective version control.

DevOpsGitVersion Control
0 likes · 11 min read
Master .gitignore: How to Exclude Files and Folders in Git