Skip to content

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

Closed
@bsherrod

Description

@bsherrod

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) 

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions