Git Quizzes (MCQs)Level 1 The Essentials Fundamentals & WorkflowConcepts & Config VCS, Distributed vs Centralized, git init, config01_CONFIG Basic Workflow Staging Area, git add, commit, status, rm02_WORKFLOW Branching Basics HEAD Pointer, git branch, checkout, switch03_BRANCH Level 2 Collaboration Remotes & HistoryMerging & Conflicts Fast-forward vs 3-way, Conflict Resolution04_MERGE Remotes & Sync Push, Pull, Fetch, Clone, Remote tracking05_REMOTE Inspecting History Log filters, Graph, Diff, Blame, Show06_HISTORY Undoing Changes Restore, Reset (Hard/Soft), Revert07_UNDO Level 3 Mastery Advanced Git PowerStash & Ignore Git stash, .gitignore patterns08_UTILITY Rewriting History Rebase -i, Squashing, Cherry-pick09_REBASE Debugging Git bisect, Reflog, Recovery10_DEBUG Level 4 GitHub Ecosystem Professional WorkflowGitHub Flow Pull Requests, Forks, Branch Protection11_GITHUB Hooks & Automation Git Hooks, GitHub Actions basics12_AUTO