Remove unneccesary code
Use -r to push the new branch to origin Use -r <remote_name> to push to <remote_name> Will not auto push to origin if you do not use the argument
Use `git create-branch` instead of `git checkout -b` in: git-bug git-chore git-feature git-refactor Since `git-finish` uses `git-delete-branch` (which expects the branch to have been pushed to origin) we should use `git-create-branch` to create it.