Patching with git
Posted on In QATutorials on how to create patches and apply patches with git.
A nice tutorial: https://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/
Manuals:
git format-patch
: https://www.systutorials.com/docs/linux/man/1-git-format-patch/git apply
: https://www.systutorials.com/docs/linux/man/1-git-apply/