Skip to content

docs(lab2): version control deep dive submission - #1488

Open
HNS2112 wants to merge 3 commits into
inno-devops-labs:mainfrom
HNS2112:feature/lab2
Open

docs(lab2): version control deep dive submission#1488
HNS2112 wants to merge 3 commits into
inno-devops-labs:mainfrom
HNS2112:feature/lab2

Conversation

@HNS2112

@HNS2112 HNS2112 commented Aug 4, 2026

Copy link
Copy Markdown

Goal

Lab 2 submission: Git object model, reflog recovery, signed annotated tag, rebase, and bisect.

Changes

  • submissions/lab2.md β€” report covering Tasks 1–2 and the bonus
  • evidence/lab2/ β€” raw command outputs

Testing

Plumbing chain traversed (HEAD β†’ tree β†’ blob β†’ file). Two commits destroyed with reset --hard and recovered via reflog.
Tag v0.1.0-lab2-HNS2112 verified with git tag -v β€” Good signature. Branch rebased onto moved main; both commits re-signed.
Bisect identified f285ede as the first bad commit (>= β†’ > off-by-one in store.load()).

Checklist

  • Title is a clear sentence (≀ 70 chars)
  • Commits are signed (git log --show-signature)
  • submissions/labN.md updated

HNS2112 added 3 commits August 3, 2026 22:31
Signed-off-by: Elvira <239804565+HNS2112@users.noreply.github.com>
Signed-off-by: HNS <239804565+HNS2112@users.noreply.github.com>
Signed-off-by: HNS <239804565+HNS2112@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant