Git rebase: no tracking information

前端 未结 1 616
终归单人心
终归单人心 2021-01-15 18:42

I am using git version 2.9.0.windows.1 and I want to rebase a local repository (no remote). But I always get

There is no tracking infor

相关标签:
1条回答
  • 2021-01-15 19:21

    git rebase -i HEAD~3 should work unless:

    • you are in a branch which has not 3 commits (but only 2 or one since the first commit),
    • you are not in a branch (detached HEAD: check with git branch -vv)
    • you are affected by issue 704 and issue 710

    I added bash.exe to MacType utility exclusion list, now all is good.

    0 讨论(0)
提交回复
热议问题