2020-12-20 10:14 PM
Hello all,
I have received a .patch file (modification) for a SourceCode. How do I import this file directly to my SourceCode without manually changing the line changes described in it in the SourceCode. Is there a way to simply import this .patch file and the adjustment happens automatically?
Thanks for your feedback.
Solved! Go to Solution.
2020-12-21 02:19 AM
Both proposal here.
Either rely on a terminal and play with common git batch commands (git amend <patch file>).
Or add integrated git support to STM32CubeIDE relying on Eclipse market place (Help>Eclipse Market Place)
Some new project contextual menu so called "Team" is then available to you allowing full GIT management
2020-12-21 02:17 AM
The native way is applying the patch command from a (linux) command line.
2020-12-21 02:19 AM
Both proposal here.
Either rely on a terminal and play with common git batch commands (git amend <patch file>).
Or add integrated git support to STM32CubeIDE relying on Eclipse market place (Help>Eclipse Market Place)
Some new project contextual menu so called "Team" is then available to you allowing full GIT management
2020-12-21 03:57 AM
Thank you very much Cartu38 OpenDev. It works perfectly!
2020-12-21 05:10 AM
Please mark as answered will help community to dig into valuable material more easily.
2020-12-21 05:36 AM
I cannot "mark" this Topic as answered. I don't have any buttons like "Mark correct" or "helpful yes/no?"
@ST Member:
Please mark this topic as "answered"