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

Wrong git branch name in edge case. #1778

Closed
Carreau opened this issue Sep 29, 2016 · 3 comments
Closed

Wrong git branch name in edge case. #1778

Carreau opened this issue Sep 29, 2016 · 3 comments

Comments

@Carreau
Copy link
Member

Carreau commented Sep 29, 2016

path/to/repo master $ git checkout origin/pr/132
path/to/repo origin/pr/132 $ # do changes
path/to/repo origin/pr/132 $ git commit -am 'stuff'
...
path/to/repo from $ #WTF ? Why "from" branch ?
path/to/repo from $ git branch
* (HEAD detached from origin/pr/132)
  106
  community-page
  fix-css
  foo
  master

Oh, make sens.

@ghost ghost self-assigned this Sep 29, 2016
@ghost
Copy link

ghost commented Sep 29, 2016

Sorry about this @Carreau, on it!

@Carreau
Copy link
Member Author

Carreau commented Sep 29, 2016

Sorry about this @Carreau, on it!

No need to apologize. I can likely have a shot at it but I wanted to open the issue before forgetting.

@ghost ghost mentioned this issue Sep 29, 2016
@ghost
Copy link

ghost commented Sep 29, 2016

i introduced this bug recently, potential fix in #1779

@ghost ghost closed this as completed Oct 11, 2016
This issue was closed.
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

1 participant