mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Medium syndication information
This commit is contained in:
parent
e5a96d735a
commit
c5ff5538a6
276 changed files with 371 additions and 80 deletions
|
@ -3,6 +3,7 @@ title: "Git Patch"
|
|||
date: 2020-03-20T16:22:57-04:00
|
||||
draft: false
|
||||
tags: ["Git"]
|
||||
medium_enabled: true
|
||||
---
|
||||
|
||||
The Linux kernel community make use of patches in git to share code changes with one another. Patches are only nicely formatted differences between your current codebase and what you compare it to. If you want to share a subsetted git tree, then [git bundle](/blog/gitbundle) would be the way to go.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue