create the patches for a git repository.
Your PC should installed quilt,or run sudo apt install -y quilt;
At the top directory of your project, create a directory name's patches;then create a new file name's series;
then you can run this script as ./neoquilt.sh <modified dir/file> <patch names>.
The name of a patch is in this format 0000-<reason>.patch.
Have fun!