-
Notifications
You must be signed in to change notification settings - Fork 37
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
Feature: Show remotes in status #49
Comments
One suggestion is to pass "-sb" to mu status. This is a much more compact list. |
The better git command could be something along the lines of the second answer from here: https://stackoverflow.com/questions/7773939/show-git-ahead-and-behind-info-for-all-branches-including-remotes I have a working version of mu-repo with a command added to do this atm.. |
Ooh, |
You can make a git alias called bst which runs that, then you can run mu bst and get that output |
Closing since there are no plans to implement this -- pull requests welcome ;) |
Actually, this one has a pull request for it: #51 Still, the question there remains: why not just use a git alias? |
I'd like a way to know, if any of my repos are ahead or behind their corresponding remotes. If possible, I'd also like to know this for any other branches I may have.
I do not know the relevant git commands, apart from the fact that
git status
will tell me if I'm behind or ahead...I usually run
mu status
and then read through the messages, but it's quite cumbersome..The text was updated successfully, but these errors were encountered: