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

'git up' doesn't return to current branch #3

Closed
bsherrod opened this issue May 3, 2013 · 3 comments
Closed

'git up' doesn't return to current branch #3

bsherrod opened this issue May 3, 2013 · 3 comments
Assignees

Comments

@bsherrod
Copy link

bsherrod commented May 3, 2013

I believe returning_to_current_branch() is missing its last line, which should read:

    print(colored('returning to {0}'.format(branch_name), 'magenta'))
  +git.checkout(branch_name) 
@ghost ghost assigned msiemens May 3, 2013
@msiemens
Copy link
Owner

msiemens commented May 3, 2013

Thanks for reporting this! On the first sight, it seems that you're right. I'm going to analyze that for it seems like it breaks the test suite I'm working on (propably a problem with the test suite).

@msiemens
Copy link
Owner

msiemens commented May 4, 2013

The issue is fixed in the latest version. Run pip install -U git-up to get the update.

msiemens added a commit that referenced this issue Jun 5, 2013
@velo
Copy link

velo commented Jun 19, 2013

This problem seems to persist here:

Marvin@marvin-note ~/** (feature/CA-1572)
$ git up
Fetching origin
develop fast-forwarding...
master fast-forwarding...
returning to feature/CA-1572

Marvin@marvin-note ~/** (master)

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

3 participants