kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #30953
Re: GitHub Plugin (my nemesis)
Hi Thomas,
> So it's not worth the hassle IMHO as shallow clones don't allow to generate
> pull-requests without unshallowing them first.
Yes, it is possible without unshallowing as the server-side (github.com) fork into which you are pushing is a full clone, and the shallow history that you have locally has a common commit with the fork.
Simple git push your-fork pr-branch works in this case.
--
Regards,
Gaurav Juvekar
References