Topic Hub

Patch file git

/ 6 min read

Three Ways to Ship a Git Hotfix Without Merging the Branch

When production is on fire and you can't merge the whole branch, three Git techniques will save you: patches, file exports, and cherry-picking.

Read article