remove rename branch from remote operations context menu

Cole Miller created

Change summary

crates/git_ui/src/git_ui.rs | 2 --
1 file changed, 2 deletions(-)

Detailed changes

crates/git_ui/src/git_ui.rs 🔗

@@ -601,8 +601,6 @@ mod remote_button {
                         .action("Push", git::Push.boxed_clone())
                         .action("Push To", git::PushTo.boxed_clone())
                         .action("Force Push", git::ForcePush.boxed_clone())
-                        .separator()
-                        .action("Rename Branch", git::RenameBranch.boxed_clone())
                 }))
             })
             .anchor(Corner::TopRight)