• 0 Posts
  • 1 Comment
Joined 1 year ago
cake
Cake day: June 11th, 2024

help-circle
  • You can via git add -i foo.bar

    I believe the only issue with that is that it can only go by hunks. If your changes are sufficiently far away, you can select them separately. But if you change one function that should be in patch a, and another function 5 lines down that should be in patch b, I think you’re screwed

    That being said, this is all from memory, so don’t quote me on it