blob: 8e825e305f5924a5d6599a47a9f4ce81763f586f (
plain) (
blame)
1
2
3
4
5
6
7
|
# Creating patches for suckless
To apply current patches, use `git am <patch-file>`, which replicates the commit
from which the patch was generated.
To generate the patches, run `git format-patch --suffix=.diff suckless/master`,
which generates the patches from commits since suckless/master.
|