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

Incorrect number of commits before head for shown output. #989

Merged
merged 2 commits into from
Jul 3, 2024

Commits on Apr 30, 2024

  1. Incorrect number of commits before head for shown output.

    As I followed along, the $ git diff HEAD~3 is back one commit further than my history. It is possible if a previous aside is followed that this might not generate an error about that version not existing, however, the output shown indicates no such commit. So the command is inconsistent with the output shown. A simple fix is to replace the "3" with a "2"
    cgeroux authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    499efc2 View commit details
    Browse the repository at this point in the history
  2. Missed a HEAD~3

    cgeroux authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3590ed7 View commit details
    Browse the repository at this point in the history