General Skills Level 2 100 points

Git Detective - Lost Commit

Mission

/app/repo is a Git repository. A developer accidentally deleted a commit containing important information. Use git reflog to find the deleted commit and retrieve the flag in its commit message. Hint: git reflog shows the history of operations

#git#version-control#reflog#forensics

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag