j
k
j a
j l
Git still doesn't record the tip in the last rebase
Yes it does, actually. This is stored in the reflog, and git pull will use it to perform a correct rebase. This is why git pull is different from "git fetch && git rebase @{upstream}".
Back to the thread
Back to the list