First Move (11~18) - Code, Learn, Build
🧭 Career CompassDashboardProgress
Loading...
First Move (11~18) - Code, Learn, Build

Structured, level-based technology learning paths from foundational exploration to industry mastery.

Learning Domains

  • Python Programming (Active)
  • Computer Science Core
  • Web Development
  • AI & Machine Learning

Platform Architecture

  • Level-Based Progression
  • Decoupled Content Schema
  • Modular Code Execution Engine
  • Curated Official Resources

© 2026 First Move (11~18) • CODE • LEARN • BUILD. Built with Next.js App Router.

Readability & Accessibility First

← Git & GitHub Collaboration Mastery|Level 2: Interactive Rebasing, Cherry-Picking & Reflog

4. Git Reflog Disaster Recovery & Cherry-Picking

Lesson 4 of 6
Saved Locally (Guest)
Progress
0%

Git Reflog Disaster Recovery & Cherry-Picking

Recover deleted commits or aborted rebases using git reflog, and apply isolated commits using git cherry-pick.

Reflog & Safety Net Recovery

### What is Git Reflog? `git reflog` records every HEAD pointer position movement in your local repository over the last 90 days. Even if a branch is force-deleted (`git branch -D`), the commits remain accessible in the reflog.
💻 Ready to test your knowledge with code?
Solve the hands-on coding exercise in the interactive code editor.