applying a patch
Vaibhav Gupta
vaibhav.varodek at gmail.com
Thu Apr 2 21:07:08 UTC 2020
On Sun, 22 Mar 2020 at 01:23, Eshan Dhawan <eshandhawan51 at gmail.com> wrote:
>
> Hello everyone
> I tried to apply this patch but it fails.
> Since I have done this before so I might be doing something wrong.
> if you all could guide me
>
> patch : https://lists.rtems.org/pipermail/devel/2020-March/058516.html
>
Its just few simple steps:
1- As you use gmail, just open the patch-mail. Click option
and select 'Show Original'.
2- Copy the content written in monospace/raw-format.
There is also a button 'Copy to Clipboard'.
3- Get to your terminal, switch to master branch.
You might wanna 'git pull' to load recent
changes (if any).
4- type 'git am' and hit enter key.
5- Since no mailbox given, it will read from stdin, hence
wait for your input.
6- Paste the content (ctrl+shift+v).
7- Press (ctrl+D)
Patch will be applied
-- Vaibhav Gupta
More information about the devel
mailing list