mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Fixed links
This commit is contained in:
parent
18ca6cae06
commit
1bb95f36d7
27 changed files with 100 additions and 100 deletions
|
@ -6,7 +6,7 @@ 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.
|
||||
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.
|
||||
|
||||
## Creating the patch
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue