Of course I find the command there is 2 :
$ git am .../path/file.diff
$ git apply .../path/file.patch
But that I don't understand is how git apply this patch in the DB of my serv if I don't give his the path ?
And also, on another post, one tell me to save a pastebin file in a .patch, so I did it and try to apply with :
$ git apply .../path/file.patch
Result : fatal: can't open patch 'path/file' : No such file or directory
So, I think I can try with a .diff file, so I rename the file with file.diff and try apply with :
$ git am .../path/file.diff
Result : Fatal: can't open patch 'path/file' : No such file or directory
I try lot of things like / and \\ between path, get it directly on my hard disk to have a short path and minimize error possibility, that always give me the same error.
And since 3 days of searching in this forum, I have some difficulty to find anything. So before tell me I'm a dumb who don't use the search function, try search something in a french forum.