2.2. Exercises¶
2.2.1. git clone¶
Use this mock command line environment to solve the challenge. Use the visualization to understand what is happening in the file structure. Refer back to the About section for examples, key terms, and command descriptions.
2.2.2. git status¶
Use this mock command line environment to solve the challenge. Use the visualization to understand what is happening in the file structure. Refer back to the About section for examples, key terms, and command descriptions.
2.2.3. git add¶
Use this mock command line environment to solve the challenge. Use the visualization to understand what is happening in the file structure. Refer back to the About section for examples, key terms, and command descriptions.
2.2.4. git rm¶
Use this mock command line environment to solve the challenge. Use the visualization to understand what is happening in the file structure. Refer back to the About section for examples, key terms, and command descriptions.
2.2.5. git commit¶
Use this mock command line environment to solve the challenge. Use the visualization to understand what is happening in the file structure. Refer back to the About section for examples, key terms, and command descriptions.
2.2.6. git push¶
Use this mock command line environment to solve the challenge. Use the visualization to understand what is happening in the file structure. Refer back to the About section for examples, key terms, and command descriptions.
2.2.7. git restore¶
Use this mock command line environment to solve the challenge. Use the visualization to understand what is happening in the file structure. Refer back to the About section for examples, key terms, and command descriptions.
2.2.8. git restore –staged¶
Use this mock command line environment to solve the challenge. Use the visualization to understand what is happening in the file structure. Refer back to the About section for examples, key terms, and command descriptions.
2.2.9. git pull¶
Use this mock command line environment to solve the challenge. Use the visualization to understand what is happening in the file structure. Refer back to the About section for examples, key terms, and command descriptions.
2.2.10. git commit -a¶
Use this mock command line environment to solve the challenge. Use the visualization to understand what is happening in the file structure. Refer back to the About section for examples, key terms, and command descriptions.
2.2.11. git commit (path)¶
Use this mock command line environment to solve the challenge. Use the visualization to understand what is happening in the file structure. Refer back to the About section for examples, key terms, and command descriptions.
2.2.12. git branch¶
Use this mock command line environment to solve the challenge. Use the visualization to understand what is happening in the file structure. Refer back to the About section for examples, key terms, and command descriptions.
2.2.13. git switch¶
Use this mock command line environment to solve the challenge. Use the visualization to understand what is happening in the file structure. Refer back to the About section for examples, key terms, and command descriptions.
2.2.14. git switch -c¶
Use this mock command line environment to solve the challenge. Use the visualization to understand what is happening in the file structure. Refer back to the About section for examples, key terms, and command descriptions.
2.2.15. git switch diverged branches¶
Use this mock command line environment to solve the challenge. Use the visualization to understand what is happening in the file structure. Refer back to the About section for examples, key terms, and command descriptions.
2.2.16. Challenge 1¶
Use this mock command line environment to solve the challenge. Use the visualization to understand what is happening in the file structure. Refer back to the About section for examples, key terms, and command descriptions.