mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-08 17:55:50 +01:00
This is CreateBranch for branches that already exist making it possible to reset branch to an arbitrary commit. Consistent with CreateFile/UpdateFile new branches are created by POST and existing branches updated by PUT.