Bash-Prompt-Builder icon indicating copy to clipboard operation
Bash-Prompt-Builder copied to clipboard

unmerged file in rebase don't show up in prompt

Open AndrewRayCode opened this issue 12 years ago • 1 comments

at least I think that's the case...

delvarworld@~/repo (no branch! ✎ ) $ git rebase --continue
    components.tt: needs update

git status

    # Changes not staged for commit:
    #   (use "git add <file>..." to update what will be committed)
    #   (use "git checkout -- <file>..." to discard changes in working directory)
    #
    #   modified:   components.tt

components.tt should appear in the prompt, but as you can see in the first line, they don't the file was not added but it didn't show up

AndrewRayCode avatar Jun 29 '12 01:06 AndrewRayCode

it's cause it has a local change made while doing the rebase step. so look for modified files IF IN A REBASE

AndrewRayCode avatar Jul 06 '12 01:07 AndrewRayCode