Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
CS foundations
/
CS foundations
A developer moved a local branch reference and can no longer see a recent commit in ordin…
from CS foundations
advanced
1 min
A developer moved a local branch reference and can no longer see a recent commit in ordinary log output. What is the narrowest first recovery step?
Inspect `git reflog`, verify the old object, and create a recovery reference to it.
Run garbage collection immediately so unreachable objects are easier to find.
Rebase every shared branch onto the missing commit hash.
Check
Ask AI about this kata
Report an error
previous kata
Write the Bash expansion that forwards all positional parameters while preserving each ar…
Fill in
next kata
Which statement correctly separates the Linux kernel from user space?
Quiz
A new version is available
Reload