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

Commits on Mar 2, 2015

  1. Refactored: Move CheckHeadDetach() into CAppUtils

    Signed-off-by: Yue Lin Ho <[email protected]>
    YueLinHo committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    e7d6c23 View commit details
    Browse the repository at this point in the history
  2. Warn user HEAD detached after rebase done

    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]>
    YueLinHo committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    f53f32f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78cb5a8 View commit details
    Browse the repository at this point in the history