Include Pull Rebase in Git Panel

Sathiyaraman M created

Change summary

crates/git_ui/src/git_ui.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/git_ui/src/git_ui.rs 🔗

@@ -603,6 +603,7 @@ mod remote_button {
                         .action("Fetch", git::Fetch.boxed_clone())
                         .action("Fetch From", git::FetchFrom.boxed_clone())
                         .action("Pull", git::Pull.boxed_clone())
+                        .action("Pull (Rebase)", git::PullRebase.boxed_clone())
                         .separator()
                         .action("Push", git::Push.boxed_clone())
                         .action("Push To", git::PushTo.boxed_clone())