0.2. Exercises¶
0.2.1. git clone¶
Use this mock Git environment to solve the challenge. Use the visualization to understand what is happening in the file structure and in the Git state. Refer back to the About section for examples, key terms, and command descriptions.
0.2.2. git status¶
Use this mock Git environment to solve the challenge. Use the visualization to understand what is happening in the file structure and in the Git state. Refer back to the About section for examples, key terms, and command descriptions.
0.2.3. git add¶
Use this mock Git environment to solve the challenge. Use the visualization to understand what is happening in the file structure and in the Git state. Refer back to the About section for examples, key terms, and command descriptions.
0.2.4. git rm¶
Use this mock Git environment to solve the challenge. Use the visualization to understand what is happening in the file structure and in the Git state. Refer back to the About section for examples, key terms, and command descriptions.
0.2.5. git commit¶
Use this mock Git environment to solve the challenge. Use the visualization to understand what is happening in the file structure and in the Git state. Refer back to the About section for examples, key terms, and command descriptions.
0.2.6. git push¶
Use this mock Git environment to solve the challenge. Use the visualization to understand what is happening in the file structure and in the Git state. Refer back to the About section for examples, key terms, and command descriptions.
0.2.7. git restore¶
Use this mock Git environment to solve the challenge. Use the visualization to understand what is happening in the file structure and in the Git state. Refer back to the About section for examples, key terms, and command descriptions.
0.2.8. git restore –staged¶
Use this mock Git environment to solve the challenge. Use the visualization to understand what is happening in the file structure and in the Git state. Refer back to the About section for examples, key terms, and command descriptions.
0.2.9. git pull¶
Use this mock Git environment to solve the challenge. Use the visualization to understand what is happening in the file structure and in the Git state. Refer back to the About section for examples, key terms, and command descriptions.
0.2.10. git commit -a¶
Use this mock Git environment to solve the challenge. Use the visualization to understand what is happening in the file structure and in the Git state. Refer back to the About section for examples, key terms, and command descriptions.
0.2.11. git commit (path)¶
Use this mock Git environment to solve the challenge. Use the visualization to understand what is happening in the file structure and in the Git state. Refer back to the About section for examples, key terms, and command descriptions.
0.2.12. git branch¶
Use this mock Git environment to solve the challenge. Use the visualization to understand what is happening in the file structure and in the Git state. Refer back to the About section for examples, key terms, and command descriptions.
0.2.13. git switch¶
Use this mock Git environment to solve the challenge. Use the visualization to understand what is happening in the file structure and in the Git state. Refer back to the About section for examples, key terms, and command descriptions.
0.2.14. git switch -c¶
Use this mock Git environment to solve the challenge. Use the visualization to understand what is happening in the file structure and in the Git state. Refer back to the About section for examples, key terms, and command descriptions.
0.2.15. git switch diverged branches¶
Use this mock Git environment to solve the challenge. Use the visualization to understand what is happening in the file structure and in the Git state. Refer back to the About section for examples, key terms, and command descriptions.
0.2.16. Challenge 1¶
Use this mock Git environment to solve the challenge. Use the visualization to understand what is happening in the file structure and in the Git state. Refer back to the About section for examples, key terms, and command descriptions.