kasugaijin / baja-pet-rescue

Kasugaijin's open-source Ruby on Rails production app that enables dog rescue organisation staff in Mexico to post dogs and receive applications for adoption from users in USA and Canada..
27 stars 9 forks source link

Stale branches #173

Closed egemen-dev closed 1 year ago

egemen-dev commented 1 year ago

When you enter git branch -r on terminal, there are many stale branches coming up. It's making it harder to switch between branches. I think it's better to delete old branches after the merge. That way we can maintain and keep track of the branches easily. What do you think about it @kasugaijin?

kasugaijin commented 1 year ago

Yes this would be good housekeeping! Please go ahead and make a PR to remove branches that are not currently active.

egemen-dev commented 1 year ago

As you are the repo owner, you need to delete the branches. I have no permission to delete a branch :)

kasugaijin commented 1 year ago

Right...that's true. I will do that, and look to set branches to delete automatically after a PR is merged.