Re: workflow for managing ports patches against /usr/ports in poudriere
void <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <acfoeyhm4K5HUxf8@int21h> |
On Fri, Mar 27, 2026 at 08:35:06PM +0300, Gleb Popov wrote: > >I make proper commits and then use > >git pull --rebase --autostash > >Once patches are integrated upstream, the pull operation just discards >those commits. I've been testing this. It seems to do what I want. Thank you for the suggestion! --