Tagged articles
611 articles
Page 1 of 7
21CTO
21CTO
May 17, 2026 · Industry Insights

Git Is Unprepared for the AI Agent Coding Surge

The rapid rise of AI agents generating pull requests is straining GitHub’s infrastructure, prompting industry leaders to analyze performance data, explore alternative Git clients like GitButler and Jujutsu, and consider upcoming Git 3 changes such as Reftable to address scalability challenges.

AIGitGit 3
0 likes · 10 min read
Git Is Unprepared for the AI Agent Coding Surge
MaGe Linux Operations
MaGe Linux Operations
May 14, 2026 · Operations

Ops Veteran's Secret: Master These 10 Tools to Cut Overtime by 80%

The article lists ten essential Linux operations tools—Shell scripting, Git, Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, ELK Stack, and Zabbix—detailing their functions, typical scenarios, advantages, and concrete usage examples, helping engineers streamline daily tasks and reduce overtime.

AnsibleDockerELK Stack
0 likes · 9 min read
Ops Veteran's Secret: Master These 10 Tools to Cut Overtime by 80%
Frontend AI Walk
Frontend AI Walk
May 11, 2026 · Artificial Intelligence

From Personal Prompts to a Team Production Line: A 0‑to‑1 Guide for Skill Engineering

This article presents a step‑by‑step method for turning scattered personal prompt knowledge into versioned, testable, and shareable AI workflow assets, covering directory conventions, description design, test case creation, Bad Case feedback loops, Git management, team sharing mechanisms, and a 30‑day rollout plan.

AI workflowGitPrompt engineering
0 likes · 22 min read
From Personal Prompts to a Team Production Line: A 0‑to‑1 Guide for Skill Engineering
21CTO
21CTO
May 1, 2026 · Industry Insights

Zed 1.0 Launches: A Rust-Powered Editor Blending Classic Features with AI Tools

Zed 1.0, a Rust‑written cross‑platform code editor, adds bookmarks, Git commit view, extensive LSP support and optional AI assistance while letting users disable all AI features, but it faces ecosystem challenges compared to VS Code's massive extension market.

AI integrationGitLSP
0 likes · 7 min read
Zed 1.0 Launches: A Rust-Powered Editor Blending Classic Features with AI Tools
Selected Java Interview Questions
Selected Java Interview Questions
Apr 29, 2026 · Artificial Intelligence

How to Write Your Own Claude Skill

This guide explains the simple file structure of a Claude Skill, compares it with CLAUDE.md, shows where to store skills at personal, project, or plugin level, and provides detailed best‑practice tips, code examples, and validation steps for creating effective, on‑demand AI agent skills.

Agent SkillsAutomationClaude
0 likes · 13 min read
How to Write Your Own Claude Skill
DevOps Coach
DevOps Coach
Apr 24, 2026 · Artificial Intelligence

How Claude Code’s Auto‑Memory Boosts Productivity by Eliminating Re‑Entry

Claude Code’s new auto‑memory feature automatically records project context, preferences, and debugging notes in a structured memory folder, loads the first 200 lines at session start, and lets users toggle or edit the memory, dramatically reducing repetitive input and speeding up development.

Auto MemoryCLIClaude Code
0 likes · 16 min read
How Claude Code’s Auto‑Memory Boosts Productivity by Eliminating Re‑Entry
21CTO
21CTO
Apr 23, 2026 · Fundamentals

Git 2.54 Introduces Experimental ‘git history’ Command

Git 2.54 adds the experimental git history command with reword and split sub‑commands, a new hook‑definition method outside the traditional Git/hook directory, default geometry repack, and several minor improvements, offering developers a simpler way to rewrite repository history.

GitVersion Controlgit 2.54
0 likes · 3 min read
Git 2.54 Introduces Experimental ‘git history’ Command
AI Architecture Hub
AI Architecture Hub
Apr 18, 2026 · Artificial Intelligence

Build a Dual‑Layer AI Knowledge Base in 20 Minutes and Supercharge Your LLM Agents

This article explains how to create a two‑layer AI knowledge system— a dynamic Knowledge Base Layer and a static Brand Foundation Layer— in about 20 minutes, detailing its architecture, advantages over traditional RAG, step‑by‑step deployment, and real‑world use cases for creators, teams, and personal productivity.

AI knowledge baseGitLLM agents
0 likes · 16 min read
Build a Dual‑Layer AI Knowledge Base in 20 Minutes and Supercharge Your LLM Agents
macrozheng
macrozheng
Apr 17, 2026 · Operations

Supercharge Parallel AI Development with Git WorkTree

This guide shows how to use Git WorkTree to let multiple AI assistants work on separate features of a takeout app simultaneously, avoiding file conflicts and simplifying merging by creating parallel work directories, with step‑by‑step commands and tips for conflict resolution.

AI CodingGitParallel Development
0 likes · 8 min read
Supercharge Parallel AI Development with Git WorkTree
IT Services Circle
IT Services Circle
Apr 16, 2026 · Artificial Intelligence

Why AI Agents Forget Their Work and How a Harness Can Fix It

The article analyzes why AI agents lose context during multi‑session web‑app development, outlines common failure patterns, and proposes a practical harness that records progress, uses Git commits, and enforces fine‑grained feature lists and end‑to‑end testing to keep development on track.

AI AgentAutomationContext management
0 likes · 9 min read
Why AI Agents Forget Their Work and How a Harness Can Fix It
Java Companion
Java Companion
Apr 9, 2026 · Backend Development

Finally Open‑Source: Rebased Extracts IntelliJ IDEA’s Git UI into a Standalone Client

Rebased is a community‑driven, open‑source Git client that reproduces IntelliJ IDEA’s full‑featured Git UI—including three‑pane diff, interactive rebase, and GitHub integration—while offering cross‑platform installers, source‑build instructions, a feature comparison with other clients, and a clear outline of its current limitations.

GitIntelliJ IDEARebased
0 likes · 12 min read
Finally Open‑Source: Rebased Extracts IntelliJ IDEA’s Git UI into a Standalone Client
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 7, 2026 · Operations

Top 10 Essential Tools Every Ops Engineer Uses Daily

This article enumerates ten widely used operations tools—Shell scripts, Git, Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, ELK Stack, and Zabbix—detailing each tool's function, suitable scenarios, advantages, and concrete usage examples for daily sysadmin tasks.

AnsibleDockerELK
0 likes · 8 min read
Top 10 Essential Tools Every Ops Engineer Uses Daily
ShiZhen AI
ShiZhen AI
Apr 6, 2026 · Artificial Intelligence

Boost Claude.md Compliance to 100% with 8 Essential Hooks

The article explains why Claude.md only obeys about 80% of instructions, introduces Claude Code Hooks as a deterministic alternative, and provides eight ready‑to‑copy hook configurations—including auto‑formatting, dangerous‑command blocking, file protection, test enforcement, linting, command logging, and automatic commits—to reliably enforce code‑quality policies.

AutomationClaudeESLint
0 likes · 12 min read
Boost Claude.md Compliance to 100% with 8 Essential Hooks
Code Mala Tang
Code Mala Tang
Mar 28, 2026 · Operations

How Git Worktree Enables Parallel Agent‑Driven Development

This article explains a structured workflow that uses git worktree to run multiple independent worktrees for parallel agent execution, detailing the three‑step process, bottlenecks, and a bash orchestration script for managing front‑end and API worktrees in a multi‑repo environment.

GitParallel DevelopmentWorktree
0 likes · 9 min read
How Git Worktree Enables Parallel Agent‑Driven Development

Git Installation and Basic Usage Guide

This article introduces Git as a distributed version‑control tool, explains what it does, walks through installing it on Windows, macOS, and Linux, shows how to configure a user name and email, and provides the essential commands for initializing repositories, committing changes, and working with remote repositories.

Basic CommandsGitInstallation
0 likes · 6 min read
Git Installation and Basic Usage Guide
Lin is Dream
Lin is Dream
Mar 26, 2026 · Information Security

Detect and Fix the Critical Apifox Remote Code Execution Vulnerability

This article explains the high‑severity remote code execution and data‑theft flaw discovered in Apifox, outlines how malicious scripts can steal SSH keys, Git credentials and shell history, and provides step‑by‑step Mac and Windows commands for self‑inspection and comprehensive remediation.

ApifoxGitRemediation
0 likes · 7 min read
Detect and Fix the Critical Apifox Remote Code Execution Vulnerability
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Mar 26, 2026 · Fundamentals

Boost Your Learning 10×: Master Git, Python, and Java Through Gamified Play

This article introduces three free, open‑source gamified platforms—Oh My Git, CodeCombat, and Codepip—detailing their core features, level designs, and learning outcomes for Git version control, programming languages, and CSS/HTML, and provides a side‑by‑side comparison to help developers, students, and even children choose the best tool.

Backend DevelopmentGitJava
0 likes · 8 min read
Boost Your Learning 10×: Master Git, Python, and Java Through Gamified Play
Architect's Guide
Architect's Guide
Mar 25, 2026 · Fundamentals

How to Safely Undo a Pushed Git Commit: 4 Proven Methods

This guide explains four ways to revert code that has already been pushed to a remote Git repository—including manual comparison, using git revert, creating a new branch, and resetting with various options—detailing their steps, advantages, and cautions.

BranchForce PushGit
0 likes · 7 min read
How to Safely Undo a Pushed Git Commit: 4 Proven Methods
AI Architecture Path
AI Architecture Path
Mar 23, 2026 · Artificial Intelligence

Eliminate AI Context Corruption: Boost Coding Efficiency with GSD

The article introduces GSD, an open‑source, MIT‑licensed system that tackles AI‑driven coding’s “context corruption” problem by providing independent context windows, multi‑agent orchestration, atomic Git commits, and a six‑step workflow, enabling developers to use Claude Code and other AI tools more efficiently across projects of various sizes.

AI CodingContext managementGit
0 likes · 10 min read
Eliminate AI Context Corruption: Boost Coding Efficiency with GSD
AI Engineering
AI Engineering
Mar 22, 2026 · R&D Management

When Code Is Free, How Engineers Stay Valuable – Simon’s Engineering Patterns

The guide reveals that while AI agents have reduced code generation costs to near zero, the true expense lies in ensuring quality, requiring engineers to shift from writing code to defining problems, designing agentic systems, and applying rigorous testing patterns such as red‑green TDD, context‑managed sub‑agents, and advanced Git workflows.

AI coding agentsAgentic EngineeringCognitive debt
0 likes · 10 min read
When Code Is Free, How Engineers Stay Valuable – Simon’s Engineering Patterns
ITPUB
ITPUB
Mar 21, 2026 · Backend Development

What Linus Missed in Git’s Init: Deep Dive into C Code and Memory Leaks

The article examines Linus Torvalds’s original Git init implementation, walking through the C source files, explaining how directories are created, why a 40‑byte offset is added to allocated memory, and highlighting a missing free() call that leads to a memory leak, while discussing when manual deallocation is necessary.

C programmingGitMemory Management
0 likes · 8 min read
What Linus Missed in Git’s Init: Deep Dive into C Code and Memory Leaks
ShiZhen AI
ShiZhen AI
Mar 12, 2026 · Operations

The Lifesaving Backup Trick 99% of OpenClaw Users Miss

This guide shows how to protect your OpenClaw configuration by treating the ~/.openclaw directory as a snapshot, using a private GitHub repository for secure, versioned backups that let you roll back, recover from loss, or migrate to a new machine in minutes.

AutomationBackupGit
0 likes · 14 min read
The Lifesaving Backup Trick 99% of OpenClaw Users Miss
Architecture Digest
Architecture Digest
Mar 9, 2026 · Fundamentals

Merge vs Rebase: When to Use Each Git Strategy and How They Handle Conflicts

This article compares Git's merge and rebase commands by walking through a realistic scenario where two feature branches diverge from master, showing how each method resolves conflicts, affects commit history, creates merge commits, and outlines best‑practice guidelines for choosing the appropriate strategy.

Gitconflict-resolutionmerge
0 likes · 7 min read
Merge vs Rebase: When to Use Each Git Strategy and How They Handle Conflicts
java1234
java1234
Mar 7, 2026 · Fundamentals

Merge or Rebase? The Ultimate Guide to Git Merge Strategies

This article compares Git's merge and rebase commands by walking through a realistic two‑developer scenario, illustrating fast‑forward versus non‑fast‑forward merges, conflict resolution differences, commit‑history rewrites, and practical recommendations on when to choose each approach.

GitVersion Controlconflict resolution
0 likes · 6 min read
Merge or Rebase? The Ultimate Guide to Git Merge Strategies
Architect's Tech Stack
Architect's Tech Stack
Mar 6, 2026 · Fundamentals

Git Merge vs Rebase: When to Choose Each Strategy

This article walks through a common Git workflow where two developers work on parallel feature branches, compares the outcomes of using merge and rebase—including fast‑forward behavior, merge‑commit creation, conflict resolution steps, and the impact on commit history—so you can decide which method fits your scenario.

GitVersion Controlconflict resolution
0 likes · 6 min read
Git Merge vs Rebase: When to Choose Each Strategy
Java Companion
Java Companion
Mar 6, 2026 · Backend Development

Merge vs Rebase: The Ultimate Guide to Git Merge Strategies

This article walks through a realistic scenario where two developers work on parallel feature branches, compares the outcomes of using git merge versus git rebase—including fast‑forward and non‑fast‑forward merges, conflict resolution steps, and the impact on commit history—so you can choose the right strategy for your workflow.

GitVersion Controlcommit history
0 likes · 7 min read
Merge vs Rebase: The Ultimate Guide to Git Merge Strategies
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
AI Tech Publishing
AI Tech Publishing
Feb 24, 2026 · Artificial Intelligence

How to Build an AI Personal Operating System Using Files and Git

The author created a file‑based Personal Brain OS stored in a Git repository, using a three‑layer context architecture, JSONL/YAML/Markdown formats, and custom agent skills to give AI continuous awareness of style, goals, contacts, and workflows without any database or API keys.

AIAgent SkillsAutomation
0 likes · 21 min read
How to Build an AI Personal Operating System Using Files and Git
Tech Minimalism
Tech Minimalism
Feb 23, 2026 · Artificial Intelligence

From PRD to Code: How Ralph’s Autonomous AI Agent Loop Automates Development

Ralph uses a simple Bash‑loop architecture to launch a fresh AI instance for each PRD task, storing state in Git, progress.txt and prd.json, then iteratively runs quality checks, commits code, and updates documentation, enabling end‑to‑end automated development from specification to production.

AI automationBash loopClaude Code
0 likes · 18 min read
From PRD to Code: How Ralph’s Autonomous AI Agent Loop Automates Development
Architect
Architect
Feb 3, 2026 · Artificial Intelligence

Master Claude Code: 10 Advanced Tips to Turn AI into Your Engineering Partner

This guide distills Boris Cherny's ten advanced Claude Code strategies—covering parallel worktrees, plan‑mode design, rule‑based documentation, skill automation, efficient bug fixing, reviewer prompts, terminal enhancements, sub‑agents, data analysis, and learning techniques—into actionable steps and a ready‑to‑use workflow appendix.

AIGitPrompt engineering
0 likes · 19 min read
Master Claude Code: 10 Advanced Tips to Turn AI into Your Engineering Partner
Selected Java Interview Questions
Selected Java Interview Questions
Jan 30, 2026 · Backend Development

When to Use Git Merge vs Rebase: A Practical Comparison

This article walks through a common development scenario where two feature branches diverge from master, demonstrating how merge and rebase handle integration, conflict resolution, and commit history, and provides guidance on when each strategy is appropriate.

GitVersion Controlconflict resolution
0 likes · 7 min read
When to Use Git Merge vs Rebase: A Practical Comparison
DevOps Coach
DevOps Coach
Jan 19, 2026 · Fundamentals

Master Git in 30 Days: 35 Essential Commands Every Developer Needs

This guide demystifies Git by exposing common myths, presenting the 35 most useful commands organized by daily workflow, undo scenarios, branching, and advanced tricks, and offering a step‑by‑step 30‑day learning plan, mental models, common pitfalls, and tool recommendations to boost confidence and productivity.

Gitbeginner guidecommand-line
0 likes · 17 min read
Master Git in 30 Days: 35 Essential Commands Every Developer Needs
21CTO
21CTO
Jan 11, 2026 · Fundamentals

What’s New in VS Code 1.108? Terminal, Git, and AI Agent Enhancements Explained

Visual Studio Code 1.108, released as the December 2025 update, brings terminal suggestion tweaks, richer GPU‑accelerated rendering, new AI agent “skill” folders, improved Git blame handling, and extensive bug‑fix clean‑up, offering developers a smoother, more customizable coding experience across Windows, macOS and Linux.

GitRelease NotesVS Code
0 likes · 5 min read
What’s New in VS Code 1.108? Terminal, Git, and AI Agent Enhancements Explained
Architect's Guide
Architect's Guide
Jan 9, 2026 · Fundamentals

Master Git: From Basics to Advanced Workflows in One Guide

This comprehensive guide walks you through Git fundamentals, core concepts, installation, configuration, common commands, branching, merging, rebasing, tagging, remote repository handling, GUI tools, undoing changes, stash, and cherry‑pick techniques, providing clear examples and code snippets for effective version control.

GitTaggingbranching
0 likes · 43 min read
Master Git: From Basics to Advanced Workflows in One Guide
Code Mala Tang
Code Mala Tang
Jan 7, 2026 · Fundamentals

When to Use Git Rebase vs Merge: Avoid Losing Code

This article explains the core differences between git rebase and git merge, illustrates how each rewrites or preserves commit history with concrete command examples, outlines safe usage scenarios, and provides practical tips to prevent code loss during collaborative development.

Gitcode safetymerge
0 likes · 6 min read
When to Use Git Rebase vs Merge: Avoid Losing Code
Top Architect
Top Architect
Jan 5, 2026 · Backend Development

How to Undo a Pushed Git Commit: Revert, Reset, and Branch Strategies

When a mistaken commit has already been pushed, this guide explains four practical ways to roll back the changes—manual comparison, git revert, creating a new branch, and resetting the current branch—detailing each method's steps, risks, and when to use them.

BranchGitVersion Control
0 likes · 9 min read
How to Undo a Pushed Git Commit: Revert, Reset, and Branch Strategies
Top Architect
Top Architect
Jan 5, 2026 · Backend Development

Reverting Mistaken Commits Locally and Remotely with IntelliJ IDEA

This guide explains how to revert mistakenly pushed code by either manually comparing and deleting unwanted changes or using IntelliJ IDEA's Git reset options (soft, mixed, hard, keep) followed by a force push, ensuring both local and remote repositories return to a specific commit.

Force PushGitintellij-idea
0 likes · 6 min read
Reverting Mistaken Commits Locally and Remotely with IntelliJ IDEA
Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 26, 2025 · Fundamentals

10 Essential Git Commands Visualized: Master Git Quickly

This article walks through ten core Git commands—including merge, rebase, reset, revert, cherry‑pick, fetch, pull, and reflog—using animated GIFs and concrete examples to illustrate how each command manipulates branches, history, and repository state, helping readers visualize and retain the concepts.

GitVersion Controlfetch
0 likes · 12 min read
10 Essential Git Commands Visualized: Master Git Quickly
Su San Talks Tech
Su San Talks Tech
Dec 14, 2025 · Operations

How to Deploy a Lightweight Gitea Git Server with Docker for AI Platforms

This guide walks through deploying the lightweight Gitea Git service with Docker, configuring MySQL, setting up the web interface, creating repositories, generating access tokens, and accessing its REST API, offering a resource‑efficient alternative to GitLab for AI model hosting platforms.

AI PlatformDockerGit
0 likes · 5 min read
How to Deploy a Lightweight Gitea Git Server with Docker for AI Platforms
Java Architect Handbook
Java Architect Handbook
Dec 11, 2025 · Interview Experience

How to Undo a Pushed Git Commit? A Step‑by‑Step Interview Guide

This article walks through four practical ways to revert code that has already been pushed to a remote Git repository—including manual diff removal, using git revert, creating a new branch, and resetting the current branch with hard, mixed, or keep options—plus tips on force‑pushing and branch protection.

Force PushGitVersion Control
0 likes · 8 min read
How to Undo a Pushed Git Commit? A Step‑by‑Step Interview Guide
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Dec 5, 2025 · Cloud Native

Master Spring Cloud Config: Centralized Configuration for Microservices

This guide explains Spring Cloud Config's role in microservice architectures, covering its core features, architecture components, workflow, and step‑by‑step setup—including server creation, repository configuration, client integration, and optional dynamic refresh—while providing practical code snippets and diagrams.

Configuration ManagementDynamic RefreshGit
0 likes · 8 min read
Master Spring Cloud Config: Centralized Configuration for Microservices
Architect's Tech Stack
Architect's Tech Stack
Dec 3, 2025 · Operations

How to Build a Simple Jenkins CI/CD Pipeline with Maven and Git

This guide walks through setting up a three‑server environment (GitLab, Jenkins, test server), creating a GitLab project, configuring a Java Spring Boot application in IntelliJ, and using Jenkins with Maven, SSH Publisher, and custom pre/post steps to automatically build, package, and deploy a JAR file.

AutomationGitJava
0 likes · 12 min read
How to Build a Simple Jenkins CI/CD Pipeline with Maven and Git
Java Web Project
Java Web Project
Nov 28, 2025 · Operations

How to Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline from Scratch

This step‑by‑step guide shows how to set up a three‑server environment with GitLab, Jenkins, and a test machine, configure Git repositories, create a Spring Boot project in IntelliJ, install Maven and SSH Publisher plugins in Jenkins, and automate building, packaging, and deploying a JAR file via SSH while handling cleanup and port conflicts.

AutomationGitJenkins
0 likes · 12 min read
How to Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline from Scratch
Top Architect
Top Architect
Nov 13, 2025 · Operations

Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline for Java Applications

This step‑by‑step guide shows how to set up a three‑server environment with GitLab, Jenkins, and a test machine, configure Maven and SSH Publisher plugins, create a Spring Boot project, and automate code push, build, deployment, and cleanup using Jenkins pipelines and shell scripts.

AutomationDevOpsGit
0 likes · 14 min read
Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline for Java Applications
Radish, Keep Going!
Radish, Keep Going!
Nov 12, 2025 · Fundamentals

From Erlang to FFmpeg: 10 Must-Read Tech Stories Shaping Modern Development

This roundup highlights ten compelling tech stories—from falling in love with Erlang's fault‑tolerant concurrency and uncovering a historic Unix v4 tape, to warnings about "vibe coding" on RISC‑V, lazygit's Git UI boost, privacy concerns over Flock Safety cameras, Buffett's final shareholder letter, the legacy of Toy Story, SoftBank's Nvidia exit, Apple's iPhone Pocket, and FFmpeg's plea for funding—offering insights for developers and enthusiasts alike.

ErlangGitRISC-V
0 likes · 9 min read
From Erlang to FFmpeg: 10 Must-Read Tech Stories Shaping Modern Development
DevOps Coach
DevOps Coach
Nov 9, 2025 · Fundamentals

Master Git Basics: From git init to Advanced Branch Management

This step‑by‑step guide walks developers through essential Git commands—from initializing a repository and checking status to staging, committing, branching, merging, stashing, and pushing changes—providing clear examples and code snippets for everyday version‑control workflows.

GitTutorialVersion Control
0 likes · 10 min read
Master Git Basics: From git init to Advanced Branch Management
Java Tech Enthusiast
Java Tech Enthusiast
Nov 5, 2025 · Operations

Build a Simple Jenkins CI/CD Pipeline with Maven and Git

This guide walks you through setting up a basic CI/CD workflow using Jenkins, Maven, and Git on three servers—GitLab, Jenkins, and a test machine—covering prerequisites, project creation, pipeline configuration, Maven builds, SSH publishing, and cleanup scripts to achieve automated deployment.

AutomationDevOpsGit
0 likes · 12 min read
Build a Simple Jenkins CI/CD Pipeline with Maven and Git
MaGe Linux Operations
MaGe Linux Operations
Nov 3, 2025 · Operations

Master Git Ops: From Zero to Production-Ready IaC Version Control

This comprehensive guide walks you through Git operations for infrastructure-as-code, covering installation, SSH key setup, repository structuring, branching strategies, sensitive data handling, automation with hooks, backup, audit, monitoring, performance tuning, and security best practices for production environments.

AutomationBackupGit
0 likes · 31 min read
Master Git Ops: From Zero to Production-Ready IaC Version Control
Java Companion
Java Companion
Nov 2, 2025 · Operations

A Complete Jenkins + Maven + Git Automation Deployment Guide

This article walks through setting up three servers (GitLab, Jenkins, and a test machine), creating a GitLab project and token, configuring Maven and Jenkins plugins, defining Git, branch, and Maven settings, and implementing pre‑ and post‑steps—including a cleanup script and SSH publishing—to automatically build and deploy a Spring Boot JAR, while addressing common pitfalls such as missing manifest attributes and port conflicts.

AutomationGitJenkins
0 likes · 10 min read
A Complete Jenkins + Maven + Git Automation Deployment Guide
macrozheng
macrozheng
Oct 16, 2025 · Fundamentals

Merge vs Rebase: When to Use Each Git Strategy for Clean History

This article explains the differences between Git merge and rebase, shows how each command works with example workflows, discusses squashing commits, and offers guidance on choosing the appropriate method based on project needs and team preferences.

GitVersion Controlbranching
0 likes · 6 min read
Merge vs Rebase: When to Use Each Git Strategy for Clean History
Alibaba Cloud Native
Alibaba Cloud Native
Oct 12, 2025 · Cloud Native

Boost Code Review Accuracy with Single‑Commit AI Review Mode

The article explains how the single‑commit review mode in Alibaba Cloud Codeup uses AI to evaluate each commit individually, addressing the shortcomings of default bulk diff reviews, detailing configuration steps, recommended scenarios, observed benefits, and its performance trade‑offs.

AI code reviewCloud NativeGit
0 likes · 6 min read
Boost Code Review Accuracy with Single‑Commit AI Review Mode
Liangxu Linux
Liangxu Linux
Oct 8, 2025 · Fundamentals

How GitButler’s Virtual Branches Transform Parallel Development

GitButler introduces virtual branches that let developers work on multiple features simultaneously without switching physical branches, offering AI‑assisted commits, drag‑and‑drop management, seamless GitHub integration, and workflow optimizations that reduce context‑switching overhead and simplify emergency bug fixes.

Developer WorkflowGitVersion Control
0 likes · 5 min read
How GitButler’s Virtual Branches Transform Parallel Development
Code Mala Tang
Code Mala Tang
Oct 6, 2025 · Fundamentals

Mastering Interactive Rebase: Turn Your Git History into a Clear Story

Learn how to use interactive rebase in your daily development workflow to clean, reorder, and rewrite commit history, turning scattered changes and pull‑request feedback into a coherent, readable story that improves team collaboration and code maintainability.

GitVersion Controlcommit history
0 likes · 7 min read
Mastering Interactive Rebase: Turn Your Git History into a Clear Story
Su San Talks Tech
Su San Talks Tech
Sep 29, 2025 · Fundamentals

Merge vs Rebase: When to Use Each Git Strategy for Clean History

This article explains the differences between Git merge and rebase, shows how each command works with example workflows and code snippets, introduces the squash option for compressing commits, and provides guidance on choosing the appropriate strategy based on project needs and team preferences.

GitVersion Controlmerge
0 likes · 6 min read
Merge vs Rebase: When to Use Each Git Strategy for Clean History
IT Services Circle
IT Services Circle
Sep 14, 2025 · Fundamentals

Why Git Is Really a Distributed File System, Not Just a VCS

The article reveals that Git originated as a distributed file system with powerful content‑tracking capabilities, explains its underlying architecture, common misconceptions, performance pitfalls, and practical strategies—such as using Git LFS and treating Git as a state‑based system—to fully leverage its strengths beyond traditional version control.

Content TrackingDevOpsDistributed File System
0 likes · 9 min read
Why Git Is Really a Distributed File System, Not Just a VCS
IT Services Circle
IT Services Circle
Sep 11, 2025 · Fundamentals

How Ruby’s Community Turned Git and Redis into Industry Titans

This article recounts how the Ruby and Rails community propelled Git from a Linux‑kernel‑only tool to the dominant version‑control platform and helped Redis gain widespread adoption, illustrating the powerful influence of a vibrant developer ecosystem on technology evolution.

GitGitHubRuby
0 likes · 10 min read
How Ruby’s Community Turned Git and Redis into Industry Titans
DevOps Coach
DevOps Coach
Sep 10, 2025 · Fundamentals

Which Git Branching Strategy Fits Your Team? A Practical Guide

This article explains why a clear branching strategy is essential for collaborative development, compares the most popular Git workflows—including GitFlow, GitHub Flow, GitLab Flow, environment branching, trunk‑based development, release branching, feature branching, and forking—and offers guidance on selecting and applying the best approach for your team’s size, release cadence, product complexity, and compliance needs.

GitVersion Controlbranching strategy
0 likes · 24 min read
Which Git Branching Strategy Fits Your Team? A Practical Guide
Raymond Ops
Raymond Ops
Aug 23, 2025 · Operations

Master Jenkins: A Step‑by‑Step Guide to Automated Deployment and CI/CD

This comprehensive tutorial explains what Jenkins is, why continuous integration matters, and provides detailed, platform‑agnostic instructions for installing JDK, setting up Jenkins, integrating Git and Maven, configuring credentials, enabling SSH keyless login, and creating deployment scripts to automate Java application builds and releases.

GitJenkinsci/cd
0 likes · 17 min read
Master Jenkins: A Step‑by‑Step Guide to Automated Deployment and CI/CD
Lobster Programming
Lobster Programming
Aug 20, 2025 · Fundamentals

Understanding Git Merge vs Rebase: When and How to Use Each

This article explains Git’s core architecture—including the working directory, index, local and remote repositories—and compares the merge and rebase commands, illustrating their mechanisms, advantages, and trade‑offs with clear diagrams to help developers choose the right strategy for collaborative workflows.

GitVersion Controlmerge
0 likes · 5 min read
Understanding Git Merge vs Rebase: When and How to Use Each
Architect's Guide
Architect's Guide
Aug 18, 2025 · Fundamentals

Master Git: From Basics to Advanced Workflows and Pro Tips

This comprehensive guide walks you through Git fundamentals—including its core concepts, installation, configuration, common commands, branching, merging, rebasing, tagging, stashing, cherry‑picking, remote workflows, and GUI tools—so you can confidently manage version control in any software project.

CLIGitMerging
0 likes · 42 min read
Master Git: From Basics to Advanced Workflows and Pro Tips
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
Liangxu Linux
Liangxu Linux
Jun 22, 2025 · Fundamentals

Master Git: A Complete Beginner’s Guide to Version Control

This guide walks you through the fundamentals of Git, covering its distributed architecture, core concepts like working directory, staging area, and repository, step‑by‑step installation on Linux, creating local and remote repositories, essential commands such as add, commit, push, handling merge conflicts, and a handy cheat‑sheet of common Git commands.

CollaborationGitRepository
0 likes · 8 min read
Master Git: A Complete Beginner’s Guide to Version Control
DevOps Engineer
DevOps Engineer
Jun 12, 2025 · Fundamentals

Never Lose PR Context: Using Bitbucket Commit Message Templates

By configuring Bitbucket's commit message templates, teams can automatically embed PR titles, descriptions, IDs, and other metadata into Git commit messages, ensuring that valuable review information persists in the repository history even if the hosting platform changes.

BitbucketCommit TemplatesGit
0 likes · 5 min read
Never Lose PR Context: Using Bitbucket Commit Message Templates
Java Tech Enthusiast
Java Tech Enthusiast
Jun 11, 2025 · Fundamentals

Can You Pass This Humorous Programmer Quiz? Test Your Coding Culture Knowledge

This article presents a playful yet comprehensive programming exam that includes multiple‑choice, fill‑in‑the‑blank, true/false, code‑reading, and essay questions covering debugging habits, Git practices, code review comments, and common developer myths, complete with answer keys and sample code snippets.

Code reviewGitSoftware Engineering
0 likes · 12 min read
Can You Pass This Humorous Programmer Quiz? Test Your Coding Culture Knowledge
Liangxu Linux
Liangxu Linux
Jun 4, 2025 · Operations

10 Essential Linux Tools Every Ops Engineer Should Master

This guide introduces ten indispensable Linux tools for operations engineers, focusing on Shell scripting, Git, and Ansible, and provides detailed functions, typical scenarios, advantages, and concrete code examples to boost automation efficiency and reduce system‑downtime.

AnsibleAutomationGit
0 likes · 5 min read
10 Essential Linux Tools Every Ops Engineer Should Master
Tencent Cloud Developer
Tencent Cloud Developer
May 14, 2025 · Fundamentals

9 Essential Git Tricks Every Developer Should Master

This guide presents nine practical Git techniques—including squashing commits, recovering lost history, cleaning workspaces, amending recent commits, partial file staging, protecting shared branches, undoing merges, purging files from history, and other handy commands—each explained with clear commands, warnings, and visual examples.

GitVersion Controlbest practices
0 likes · 9 min read
9 Essential Git Tricks Every Developer Should Master
21CTO
21CTO
May 10, 2025 · Fundamentals

What Linus Torvalds Reveals About Git’s 20‑Year Journey and Future

In a reflective interview marking Git’s 20th anniversary, Linus Torvalds discusses the system’s origins, design goals of performance, data integrity and distributed workflows, its unexpected rise through web developers, the evolution of hash algorithms, and his hopes for the next generation of version‑control tooling.

GitLinus TorvaldsVersion Control
0 likes · 9 min read
What Linus Torvalds Reveals About Git’s 20‑Year Journey and Future
Lin is Dream
Lin is Dream
May 6, 2025 · Fundamentals

Master Git Basics: From Installation to Advanced Workflows

This guide walks beginners through Git fundamentals, covering installation, configuration, core commands, IDE integration, common workflows, and advanced operations like rebasing, resetting, and handling detached HEAD states, empowering developers to use version control confidently.

GitVersion Controlgit commands
0 likes · 11 min read
Master Git Basics: From Installation to Advanced Workflows
Top Architect
Top Architect
Apr 16, 2025 · Fundamentals

How to Delete Commit History with git revert and git reset

This article explains why you might need to remove a commit from Git history, demonstrates how to use git revert to create a new commit that undoes changes while preserving history, and shows how git reset combined with a forced push can completely erase unwanted commits from both local and remote repositories.

Force PushGitVersion Control
0 likes · 12 min read
How to Delete Commit History with git revert and git reset