Re: [9fans] Git usage

2025-01-12 Thread ori
Quoth Paul Lalonde : > Now that I'm doing some daily development, I'm running into process issues > with git. That probably means I'm doing something wrong, and I'm hoping > someone might disabuse me. > > My workflow is to sync my github fork of rminnich/nixos, then git/pull to > get up to date w

Re: [9fans] Git usage

2025-01-12 Thread Christopher Nielsen
Like Ron, I also leave my branches around for reference unless I know for certain I will never have any use for them. That's just my workflow, though. Others will probably have different ideas. Chris On Sun, Jan 12, 2025, 14:14 Ron Minnich wrote: > with the Linus git, you can > git push origin

Re: [9fans] Git usage

2025-01-12 Thread Ron Minnich
with the Linus git, you can git push origin :multiboot_magic and it's gone. Not quite sure about Ori's git. That's the only way I've done it. I actually have 540 branches at my u-root fork, so I'm hardly a good example. I leave them lying around for reference. On Sun, Jan 12, 2025 at 11:56 AM

[9fans] Git usage

2025-01-12 Thread Paul Lalonde
Now that I'm doing some daily development, I'm running into process issues with git. That probably means I'm doing something wrong, and I'm hoping someone might disabuse me. My workflow is to sync my github fork of rminnich/nixos, then git/pull to get up to date with my repo. I then make a branc