Introduction
Welcome, time traveler! You've learned the basics of Git, and now it's time to put your skills to the test. Imagine you're working on a top-secret project called "Operation Quantum Leap." Your mission, should you choose to accept it, is to create a Git repository, add a file with some classified information, and commit it to the repository. Are you ready to secure your first piece of time-travel technology?
Tips: This challenge differs from the step-by-step learning Lab and requires you to complete it independently to demonstrate your mastery of the skills.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
git(("Git")) -.-> git/SetupandConfigGroup(["Setup and Config"])
git(("Git")) -.-> git/BasicOperationsGroup(["Basic Operations"])
git/SetupandConfigGroup -.-> git/init("Initialize Repo")
git/BasicOperationsGroup -.-> git/add("Stage Files")
git/BasicOperationsGroup -.-> git/status("Check Status")
git/BasicOperationsGroup -.-> git/commit("Create Commit")
subgraph Lab Skills
git/init -.-> lab-387717{{"Operation Quantum Leap"}}
git/add -.-> lab-387717{{"Operation Quantum Leap"}}
git/status -.-> lab-387717{{"Operation Quantum Leap"}}
git/commit -.-> lab-387717{{"Operation Quantum Leap"}}
end