diff --git a/crates/project/src/git_store.rs b/crates/project/src/git_store.rs index 461b15ef5f84a22f2a666674e12d27f0ef341d99..326af767102721987f753012ac82649046543ee0 100644 --- a/crates/project/src/git_store.rs +++ b/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 {