Tag

code-rollback

0 views collected around this technical thread.

Top Architect
Top Architect
Jun 26, 2021 · Fundamentals

Four Ways to Roll Back Code in Git: Revert, Reset, Rebase + Revert, and File Operations

After encountering a problematic jar introduced in version A, the author explores four Git-based rollback strategies—simple revert, hard reset with forced push, combining interactive rebase with a revert commit, and a file‑level copy‑checkout method—detailing their commands, pitfalls, and suitability for different scenarios.

code-rollbackgitrebase
0 likes · 10 min read
Four Ways to Roll Back Code in Git: Revert, Reset, Rebase + Revert, and File Operations
Top Architect
Top Architect
May 14, 2021 · Fundamentals

Practical Guide to Reverting, Resetting, and Rebasing for Git Code Rollback

This article walks through a real‑world scenario where a team needed to roll back a problematic jar introduced in an earlier release, comparing four Git‑based rollback strategies—revert, reset, rebase + revert, and a pure file‑operation method—highlighting their commands, pitfalls, and suitability.

code-rollbackgitrebase
0 likes · 10 min read
Practical Guide to Reverting, Resetting, and Rebasing for Git Code Rollback