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

Warn user HEAD detached after rebase done #145

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

YueLinHo
Copy link
Contributor

When choosing a non-local branch, such as FETCH_HEAD, as Branch,
the HEAD is still detached after rebase done.

Therefor, it's needed to warn user and provide a way to create new branch,
so that the changes might be not lost for further operation, such as checkout.

@YueLinHo
Copy link
Contributor Author

Should use the name of original working branch as the name of create branch by default !!!?

@YueLinHo YueLinHo force-pushed the ylh/warn-detached_HEAD branch 2 times, most recently from 7fab573 to 3e576ac Compare December 26, 2014 00:43
When choosing a non-local branch, such as FETCH_HEAD, as Branch,
the HEAD is still detached after rebase done.

Therefor, it's needed to warn user and provide a way to create new branch,
so that the changes might be not lost for further operation, such as checkout.

Signed-off-by: Yue Lin Ho <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant