Cannot delete remote branch because it's checked out?
Ran git push origin --delete development
and got this error back
! [remote rejected] development (branch is currently checked out)
I saw a bunch of info on other stack overflows about switching my repository from normal to bare, but I've never had this issue before and the answers seemed overly complicated.
Note I am using springloops (kinda like github) to manage my remote repositories.