How to push/submit patch (created by quilt) into git remote repository

Hi,

  1. I did git clone.
  2. I created patch by using quilt in my local git repository. I referred below link for creating patch.
    https://openwrt.org/docs/guide-developer/build-system/use-patches-with-buildsystem.

Now I want to do commit and push the created patch to git remote repository.

Can you please tell me the procedure.

Thanks
Durga K

basic gist, or send-email

Thanks anomeome. I will try this.