Tag

branch

1 views collected around this technical thread.

DevOps Engineer
DevOps Engineer
Jun 5, 2025 · Operations

How to Prevent Jenkins Builds from Interrupting Critical Branches

This article explains how to configure Jenkins pipelines to allow concurrent builds for most branches while ensuring that builds on devel and release branches are queued instead of being aborted, using a simple conditional abortPrevious setting and shared library logic to reduce resource waste and avoid QA disruptions.

CI/CDJenkinsabortPrevious
0 likes · 5 min read
How to Prevent Jenkins Builds from Interrupting Critical Branches
Selected Java Interview Questions
Selected Java Interview Questions
Feb 27, 2024 · Fundamentals

How to Undo Pushed Commits in Git: Manual, Revert, New Branch, and Reset Methods

This article explains several practical ways to roll back code that has already been pushed to a remote Git repository, including manual file comparison, using git revert, creating a new branch, and performing a reset with force‑push, while highlighting the advantages and caveats of each approach.

Version Controlbranchforce push
0 likes · 6 min read
How to Undo Pushed Commits in Git: Manual, Revert, New Branch, and Reset Methods
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 20, 2023 · Frontend Development

Show Project with Git Branch – A VS Code Extension Development Guide

This article describes how the author tackled the pain of switching between multiple VS Code projects by creating a custom extension that displays each project's Git branch directly in the side panel, detailing the discovery of VS Code APIs, implementation steps, and the final user experience.

JavaScriptVSCodebranch
0 likes · 7 min read
Show Project with Git Branch – A VS Code Extension Development Guide
php中文网 Courses
php中文网 Courses
Jan 3, 2023 · Fundamentals

How to Retrieve Git User, Branch, Unpushed Commits, and Changed Files

This article explains how to use Git commands to obtain the current commit author, active branch, list of unpushed commits, and the files changed in each commit, and concludes with a promotional notice for a PHP online training class.

Unpushed CommitsVersion Controlbranch
0 likes · 7 min read
How to Retrieve Git User, Branch, Unpushed Commits, and Changed Files
Top Architect
Top Architect
Dec 18, 2022 · Fundamentals

Visual Guide to Common Git Commands and Their Detailed Usage

This article provides a visual, step‑by‑step guide to the most frequently used Git commands, explaining basic operations like add, commit, reset, and checkout, and detailing advanced actions such as diff, merge, cherry‑pick, and rebase, while illustrating concepts of blobs, trees, and HEAD states.

Version Controlbranchcommit
0 likes · 9 min read
Visual Guide to Common Git Commands and Their Detailed Usage
Architecture Digest
Architecture Digest
Mar 28, 2022 · Fundamentals

Comprehensive Guide to Common Git Commands and Scenarios

This article presents a detailed collection of 45 everyday Git operations covering commits, amendments, branch management, staging, rebasing, merging, stashing, and recovery techniques, providing clear command examples and explanations to help developers handle typical version‑control tasks efficiently.

Version Controlbranchcommit
0 likes · 28 min read
Comprehensive Guide to Common Git Commands and Scenarios
Sohu Tech Products
Sohu Tech Products
Oct 20, 2021 · Fundamentals

Basic Git Commands and Workflow Overview

This article explains the fundamental Git commands for adding, committing, resetting, checking out, and managing branches, along with detailed descriptions of diff, commit, checkout, reset, merge, cherry-pick, and rebase operations, providing visual illustrations and practical usage tips.

Version Controlbranchcommit
0 likes · 10 min read
Basic Git Commands and Workflow Overview
IT Architects Alliance
IT Architects Alliance
Sep 6, 2021 · Fundamentals

Understanding Git Internals: Repository Structure, Objects, and Core Commands

This article explains how Git works internally by describing the .git directory layout, the creation of blob, tree and commit objects during init, add, and commit operations, and how branches, HEAD, remote configuration, reflog, and diff commands manage version history.

RepositoryVersion Controlbranch
0 likes · 20 min read
Understanding Git Internals: Repository Structure, Objects, and Core Commands
Architecture Digest
Architecture Digest
Jul 21, 2021 · Fundamentals

Git Commands and Workflow: Add, Commit, Reset, Checkout, Merge, Rebase and More

This article provides a comprehensive guide to Git's core commands—including add, commit, reset, checkout, merge, rebase, and cherry‑pick—explaining their effects on the working directory, index, and repository, as well as visualizing branch relationships and HEAD states.

Version Controlbranchcommand line
0 likes · 10 min read
Git Commands and Workflow: Add, Commit, Reset, Checkout, Merge, Rebase and More
Python Programming Learning Circle
Python Programming Learning Circle
Jun 10, 2021 · Fundamentals

Understanding Git: Basic Commands and Workflow

This guide explains Git’s core concepts and basic commands—including add, commit, reset, checkout, merge, rebase, and cherry-pick—illustrated with diagrams that show how files move between the working directory, index, and repository, and how branches, HEAD, and detached states operate.

Version Controlbranchcheckout
0 likes · 11 min read
Understanding Git: Basic Commands and Workflow
Top Architect
Top Architect
Feb 19, 2021 · Fundamentals

Visual Guide to Common Git Commands and Their Detailed Explanation

This article provides a comprehensive visual guide to the most frequently used Git commands, explaining their purpose, usage, and effects on the working directory, index, and repository, while illustrating concepts such as commits, branches, merges, rebases, and detached HEAD with clear diagrams.

Version Controlbranchcommands
0 likes · 9 min read
Visual Guide to Common Git Commands and Their Detailed Explanation
DevOps
DevOps
Nov 28, 2016 · Fundamentals

Major Changes in TFS 2017 Git: Redesigned Branch Page, New Pull Request Experience, Squash Merge, and More

The TFS 2017 update introduces a completely redesigned branch page with a "mine" view, a revamped pull‑request UI featuring enhanced diff, comment, and file tracking capabilities, new squash‑merge support, improved build and commit traceability, Git LFS file preview, code‑link sharing, and additional UI enhancements for a smoother DevOps workflow.

DevOpsSquash MergeTFS
0 likes · 13 min read
Major Changes in TFS 2017 Git: Redesigned Branch Page, New Pull Request Experience, Squash Merge, and More