On occasion, we end up with divergent branches in our lowest shared/deployed environment. it is really cumbersome to have to drop to the OS to issue a git reset --hard command (in part because permissions on the OS are really restrictive). Ideally, it would do a git-fetch followed by the reset.
It would be nice if this were an option somewhere within the UI to reset the current branch to it's origin counterpart: either an action button when you select a local branch or maybe an input that lets you run git commands from the settings page (you could show it only in expert mode)
This is more of a convenience request than anything else.
On occasion, we end up with divergent branches in our lowest shared/deployed environment. it is really cumbersome to have to drop to the OS to issue a
git reset --hardcommand (in part because permissions on the OS are really restrictive). Ideally, it would do a git-fetch followed by the reset.It would be nice if this were an option somewhere within the UI to reset the current branch to it's
origincounterpart: either an action button when you select a local branch or maybe an input that lets you run git commands from the settings page (you could show it only in expert mode)This is more of a convenience request than anything else.