ZIm/crates/git/src
CharlesChen0823 cf5e76b1b9
git: Add PushTo to select which remote to push (#31482)
mostly, I using `git checkout -b branch_name upstream/main` to create
new branch which reference remote upstream not my fork.
When using `Push` will always failed with not permission. So we need
ability to select which remote to push.

Current branch is based on my previous pr #26897 

Release Notes:

- Add `PushTo` to select which remote to push.

---------

Co-authored-by: Cole Miller <cole@zed.dev>
2025-06-06 21:07:40 +00:00
..
blame.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
checkpoint.gitignore agent: Don't track large and common binary files (#31352) 2025-05-26 11:31:25 +00:00
commit.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
git.rs git: Add PushTo to select which remote to push (#31482) 2025-06-06 21:07:40 +00:00
hosting_provider.rs Allow configuring custom git hosting providers in project settings (#31929) 2025-06-03 12:23:01 -04:00
remote.rs Detect wider variety of usernames for SSH-based remotes (#21508) 2024-12-05 15:23:37 -08:00
repository.rs git: Pick which remote to fetch (#26897) 2025-06-06 11:28:07 -04:00
status.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00