chore: Fix displayed git command (#40548)

Mikayla Maki created

Too small for release notes IMO

Release Notes:

- N/A

Change summary

crates/project/src/git_store.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/project/src/git_store.rs 🔗

@@ -4030,7 +4030,7 @@ impl Repository {
 
         let this = cx.weak_entity();
         self.send_job(
-            Some(format!("git push {} {} {}", args, branch, remote).into()),
+            Some(format!("git push {} {} {}", args, remote, branch).into()),
             move |git_repo, mut cx| async move {
                 match git_repo {
                     RepositoryState::Local {