-
Notifications
You must be signed in to change notification settings - Fork 19
yolog content different from git log #13
Comments
That's strange, thanks for reporting. I'll try to reproduce this error. |
Hi @Anzumana: As you can see, the |
Just to clarify, due to ambigious "2015" dates - this happens when there is a rebase of older commits further. There are two kinds of dates associate with a commit - author date and committer date. Author date is the date when the commit was first created (that is displayed) and committer date is simply the date when it was recently rebased / amended. Mostly author dates and committer dates are same unless the history is not re-written. |
I think the issue remains. if your local branches last commit is older then the remote which you try to checkout. |
Ah I see. The remote branch is recent that the recent commit on any local branches. Noted - great observation ! |
Glad to be helpful. :) |
Hey,
i checked out a branch in git that i not have locally from my remote
git checkout origin/feature/map_distances.
In this state git log shows the last commits correclty yolog for some reason does not.
Not sure why.
Hope this helps.
The text was updated successfully, but these errors were encountered: