New comment by Duncaen on void-packages repository https://github.com/void-linux/void-packages/pull/39699#issuecomment-1267557536 Comment: You could do something like: ``` git switch master git branch -D ne git switch -c ne ... do the changes and commit.. git push -f origin ne ```