cig icon indicating copy to clipboard operation
cig copied to clipboard

Check remote rather than just origin

Open stevenjack opened this issue 9 years ago • 1 comments

Problem

Currently the remote checked against is origin/{branch_name}, lot's of people have more than one remote.

Solution

Check all tracked remotes for a branch in the current repo and show the status for each of them.

stevenjack avatar Apr 20 '15 11:04 stevenjack

If this were to be added, it would be nice to override with a single remote. I have some repositories with a lot of remotes (Heroku applications) where I really only care about one being up-to-date.

JakeChampion avatar Dec 23 '15 23:12 JakeChampion