-
Patching from https://.patch file
curl https://github.com/GNOME/gimp/compare/master...luzpaz:typos.diff | git apply -v
-
Patching a FreeCAD workbench from a PR
cd ~/.FreeCAD/Mod/sheetmetal/ git fetch curl -ss https://patch-diff.githubusercontent.com/raw/shaise/FreeCAD_SheetMetal/pull/146.patch | git apply
-
Creating a patch
git format-patch master --stdout > name.patch
Linux tips/tricks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment