adamdoty / homebaker

A baked-goods, birthday-treat, tracking app I made for my wife.
3 stars 0 forks source link

comment, import stmt cleanup #23

Closed adamdoty closed 1 year ago

adamdoty commented 1 year ago

I was confused why it was making the changes again, but then realized that file_upload was a separate branch.

bbelderbos commented 1 year ago

Yep working with multiple branches can get confusing, but I think you rolled it up well. git pull on master and all good:

image
adamdoty commented 1 year ago

@bbelderbos Github shows the option to delete the branch. What is the best practice here?

bbelderbos commented 1 year ago

That's probably fine. I usually don't bother too much with deleting branches on GitHub. But it should be fine because the changes are now in the main branch.