GitToolBox icon indicating copy to clipboard operation
GitToolBox copied to clipboard

[bug] Incorrect push stat for different downstream and upstream

Open Hiosdra opened this issue 4 years ago • 1 comments

How to reproduce:

  1. set different upstream and downstream url for origin:
git remote -v
origin  [email protected]:arrow-kt/arrow-integrations.git (fetch)
origin  [email protected]:Hiosdra/arrow-integrations.git (push)
  1. commit something and push it only to push repository (do not synchronize with fetch repo)
  2. bottom IDE stats shows that I have one more commit to push 😉 Screenshot 2020-05-02 at 10 48 08

Hiosdra avatar May 02 '20 08:05 Hiosdra

Hi, nice catch. I have not considered such case.

zielu avatar May 03 '20 10:05 zielu