akonwi / git-plus

vim-fugitive like package for atom. make commits and other git things without the terminal
MIT License
537 stars 163 forks source link

Git push updates all remote repos #763

Open ichik opened 6 years ago

ichik commented 6 years ago

[QUESTION]

Git-Plus 8.1.0, Atom 1.30.0 x64, macOS High Sierra 10.13.6

Pushing from a repo with multiple configured remotes triggers push to all of them (checked only for two).

Steps to reproduce:

  1. Create Commit
  2. Push from Git-Plus panel
  3. No prompt to select remote, push just goes everywhere

    Previously it proceeded to selecting remote repo which was quite useful. Is new behavior intentional?

brycefranzen commented 6 years ago

Agreed. This should have the OLD behavior. Should ask where to push. I miss it :/

ichik commented 6 years ago

Okay, now it sometimes displays the remote selection prompt. Upon the selection of remote push further pushes become unavailable. Git-Plus: Push doesn't trigger anything.

alliter8 commented 3 years ago

This is still an issue today. Is there a solution? The documentation for Git Plus still says that it will prompt you if there are multiple repos; it does not.