@@c4pp4
Please test if it works with multiple users. If it does it's better to attach a git patch with proper header.
commit your local changes using
git commit -a -m "<your specific message>"
then generate a patch using
git format-patch -s -n -1 HEAD
Then you will have a 0001-*.patch in root project dir.
@@c4pp4
Please test if it works with multiple users. If it does it's better to attach a git patch with proper header.
commit your local changes using
git commit -a -m "<your specific message>"
then generate a patch using
git format-patch -s -n -1 HEAD
Then you will have a 0001-*.patch in root project dir.