Tag

pull request

1 views collected around this technical thread.

DevOps
DevOps
Jul 27, 2022 · Fundamentals

Comparing Merge, Rebase, and Squash Methods for Pull Requests

This article explains the three common Git pull‑request merge strategies—Merge, Rebase, and Squash—detailing their advantages, disadvantages, and suitable scenarios, and provides practical recommendations for developers to choose the appropriate method when integrating code changes.

Merge Methodsgitpull request
0 likes · 6 min read
Comparing Merge, Rebase, and Squash Methods for Pull Requests
DevOps Engineer
DevOps Engineer
Jun 2, 2021 · Fundamentals

Effective Code Review: Google’s Guidelines and Practical Implementation Strategies

This article explains the importance of code review, outlines Google’s comprehensive code‑review rules, and provides practical steps—including process controls and automation—to help teams adopt effective review practices and improve software quality.

Software Engineeringautomationbest practices
0 likes · 7 min read
Effective Code Review: Google’s Guidelines and Practical Implementation Strategies
DevOps Cloud Academy
DevOps Cloud Academy
Dec 28, 2020 · Operations

Guide to Setting Up Jenkins Multibranch Pipeline for Pull‑Request and Branch‑Based CI/CD

This tutorial explains how to configure Jenkins multibranch pipelines to automatically discover Git branches and pull‑requests, run conditional stages such as unit tests and code analysis, set up the required Jenkinsfile, configure GitHub webhooks, and troubleshoot common issues, providing a complete CI/CD workflow for developers.

CI/CDDevOpsJenkins
0 likes · 10 min read
Guide to Setting Up Jenkins Multibranch Pipeline for Pull‑Request and Branch‑Based CI/CD
DevOps Engineer
DevOps Engineer
Aug 9, 2020 · Operations

Using Jenkins Generic Webhook Trigger to Capture Bitbucket Pull Request Events

This guide explains how to configure a Bitbucket webhook and a standard Jenkins job with the generic‑webhook‑trigger plugin to automatically receive pull‑request events, extract the PR ID, and trigger downstream actions without relying on a multi‑branch pipeline job.

BitbucketCI/CDJenkins
0 likes · 4 min read
Using Jenkins Generic Webhook Trigger to Capture Bitbucket Pull Request Events
High Availability Architecture
High Availability Architecture
Jun 1, 2020 · Fundamentals

Guidelines for Small, Fast Pull Requests in Remote Development Teams

The article outlines best practices for remote software teams to keep pull requests small, fast, and well‑communicated, emphasizing frequent reviews, clear labeling, context provision, reviewer support, CI automation, and a collaborative, non‑authoritative culture to improve code quality and team productivity.

best practicescode reviewpull request
0 likes · 7 min read
Guidelines for Small, Fast Pull Requests in Remote Development Teams
DevOps
DevOps
May 3, 2018 · Operations

Creating Dynamic Test Environments per Pull Request with TFS Release Pipelines

The article explains how to use TFS release pipelines, environment variables, and feature‑branch pull requests to automatically provision isolated test environments for each PR, enabling end‑to‑end continuous delivery linked to user stories.

AzureCI/CDDevOps
0 likes · 6 min read
Creating Dynamic Test Environments per Pull Request with TFS Release Pipelines
DevOps
DevOps
Apr 15, 2018 · Fundamentals

Understanding Pull Requests: Concepts and Typical Workflow

This article explains what a pull request is, why it is essential for code quality and collaboration, and walks through the typical four‑step workflow—creating a branch, opening a pull request, updating it, and completing the merge—using Git and TFS/VSTS examples.

DevOpscode reviewcollaboration
0 likes · 13 min read
Understanding Pull Requests: Concepts and Typical Workflow
DevOps
DevOps
Apr 8, 2018 · Operations

Pull Request Diff Copy Plugin for VSTS: Incremental Deployment and CI/CD Automation

This article introduces the Pull Request Diff Copy plugin for Visual Studio Team Services, explains its background, how it extracts incremental file differences during pull‑request builds, and details the automated CI/CD pipeline used to develop, test, and publish the extension, significantly reducing deployment time.

CI/CDDevOpsPlugin
0 likes · 9 min read
Pull Request Diff Copy Plugin for VSTS: Incremental Deployment and CI/CD Automation
DevOps
DevOps
Jan 2, 2018 · Fundamentals

Comprehensive Git Tutorial for Enterprise Developers

This article outlines a four‑part, enterprise‑focused Git tutorial that covers fundamentals, advanced workflows, corporate‑level practices, and branch‑strategy design, aiming to help development teams master version control, collaboration, and continuous delivery using tools like VSTS/TFS.

DevOpsbranchingcontinuous integration
0 likes · 9 min read
Comprehensive Git Tutorial for Enterprise Developers
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