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

Fix #2 branches with same name in multiple remotes #71

Conversation

slackorama
Copy link
Contributor

Use git config to get the correct upstream remote and branch when you
have branch with the same name in multiple remotes (e.g. "origin/master"
and "coworker/master"). Uses awk which may be a problem?

Use `git config` to get the correct upstream remote and branch when you
have branch with the same name in multiple remotes (e.g. "origin/master"
and "coworker/master"). Uses awk which may be a problem?
@slackorama
Copy link
Contributor Author

Going to redo this one on top of the new format changes

@slackorama slackorama closed this Oct 15, 2015
@slackorama
Copy link
Contributor Author

Whoops..sorry. I closed this one and created #74 before I saw your comment.

@michaeldfallen
Copy link
Owner

Balls, I was working on this branch yesterday and today to get it up on top of the format changes. Thanks for doing the same, I'll look at pulling #74 instead.

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

Successfully merging this pull request may close these issues.

2 participants