dev:git:gitdiffzip
Git: How to create an update package
In your local FP working copy, after pulling the commit the update package should target to:
git archive -o ../12to13.zip HEAD $(git diff --name-only 9ce0674b577d2eb23ce66203a4ef74848c1cfe38 --diff-filter=ACMRTUXB)
(whereas 9ce0674b577d2eb23ce66203a4ef74848c1cfe38 is the commit ID of the FP release the update package should be working on)
dev/git/gitdiffzip.txt · Last modified: 2024/04/07 12:24 by arvid