Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show status of all remotes #2

Open
stevemao opened this issue Sep 2, 2015 · 1 comment
Open

Show status of all remotes #2

stevemao opened this issue Sep 2, 2015 · 1 comment

Comments

@stevemao
Copy link
Contributor

stevemao commented Sep 2, 2015

Currently it only compares with origin. Would be great if it compares with all other remotes.

@alexdavid
Copy link
Owner

Right now it compares each branch with its upstream, no matter what remote that upstream is, because this command makes no assumptions that your upstream branch names match your local ones.

Maybe we should come up with a command line flag to allow you to compare with different remotes and just assume <remote_name>/<branch_name>.

Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants